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": 1579,
    "total_words": 6501,
    "last_change": "2022-08-31T14:41:24.892933Z",
    "recent_changes": 24,
    "translated": 53,
    "translated_words": 123,
    "translated_percent": 3.3,
    "translated_words_percent": 1.8,
    "translated_chars": 745,
    "translated_chars_percent": 1.8,
    "total_chars": 41228,
    "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/"
}