Translation components API.

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

GET /api/translations/foe-helper/extension/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1392,
    "total_words": 5748,
    "last_change": "2022-08-13T01:34:25.621227Z",
    "recent_changes": 178,
    "translated": 1162,
    "translated_words": 4593,
    "translated_percent": 83.4,
    "translated_words_percent": 79.9,
    "translated_chars": 29764,
    "translated_chars_percent": 80.1,
    "total_chars": 37131,
    "fuzzy": 31,
    "fuzzy_percent": 2.2,
    "failing": 7,
    "failing_percent": 0.5,
    "code": "cs",
    "name": "Czech",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/cs/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/cs/"
}