Translation components API.

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

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

{
    "total": 26,
    "total_words": 195,
    "total_chars": 1211,
    "last_change": "2023-04-30T22:03:43.422808Z",
    "recent_changes": 8,
    "translated": 24,
    "translated_words": 191,
    "translated_percent": 92.3,
    "translated_words_percent": 97.9,
    "translated_chars": 1187,
    "translated_chars_percent": 98.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "http://translate.pkp.sfu.ca/projects/ops/themes-default/de/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ops/themes-default/de/"
}