Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/peercoin-net/translations/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 337,
    "total_words": 3455,
    "last_change": "2023-03-27T11:18:46.785212Z",
    "recent_changes": 2,
    "translated": 238,
    "translated_words": 2833,
    "translated_percent": 70.6,
    "translated_words_percent": 81.9,
    "translated_chars": 20809,
    "translated_chars_percent": 82.1,
    "total_chars": 25339,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 5,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://weblate.ppc.lol/projects/peercoin-net/translations/de/",
    "translate_url": "https://weblate.ppc.lol/translate/peercoin-net/translations/de/"
}