Translation components API.

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

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

{
    "total": 1579,
    "total_words": 6501,
    "last_change": "2024-10-02T16:40:07.890950Z",
    "recent_changes": 9,
    "translated": 1242,
    "translated_words": 4930,
    "translated_percent": 78.6,
    "translated_words_percent": 75.8,
    "translated_chars": 31486,
    "translated_chars_percent": 76.3,
    "total_chars": 41228,
    "fuzzy": 115,
    "fuzzy_percent": 7.2,
    "failing": 17,
    "failing_percent": 1.0,
    "code": "hu",
    "name": "Hungarian",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/hu/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/hu/"
}