Translation components API.

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

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

{
    "total": 1390,
    "total_words": 5715,
    "last_change": "2024-02-25T19:22:38.966960Z",
    "recent_changes": 10,
    "translated": 673,
    "translated_words": 2430,
    "translated_percent": 48.4,
    "translated_words_percent": 42.5,
    "translated_chars": 15869,
    "translated_chars_percent": 42.9,
    "total_chars": 36950,
    "fuzzy": 101,
    "fuzzy_percent": 7.2,
    "failing": 24,
    "failing_percent": 1.7,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/pt_BR/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/pt_BR/"
}