Translation components API.

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

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

{
    "total": 1390,
    "total_words": 5715,
    "last_change": "2022-08-31T14:41:24.892933Z",
    "recent_changes": 24,
    "translated": 53,
    "translated_words": 123,
    "translated_percent": 3.8,
    "translated_words_percent": 2.1,
    "translated_chars": 745,
    "translated_chars_percent": 2.0,
    "total_chars": 36950,
    "fuzzy": 8,
    "fuzzy_percent": 0.5,
    "failing": 4,
    "failing_percent": 0.2,
    "code": "uk",
    "name": "Ukrainian",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/uk/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/uk/"
}