Translation components API.

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

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

{
    "total": 376,
    "total_words": 6580,
    "total_chars": 44171,
    "last_change": "2021-10-22T09:14:52.294075Z",
    "recent_changes": 10,
    "translated": 64,
    "translated_words": 1205,
    "translated_percent": 17.0,
    "translated_words_percent": 18.3,
    "translated_chars": 7454,
    "translated_chars_percent": 16.8,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 1,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.edugit.org/projects/aleksis-handbook/aleksis-handbook/de/",
    "translate_url": "https://translate.edugit.org/translate/aleksis-handbook/aleksis-handbook/de/"
}