Translation components API.

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

GET /api/translations/foe-helper/extension/pt/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-28T00:09:00.666302Z",
    "recent_changes": 12,
    "translated": 769,
    "translated_words": 2151,
    "translated_percent": 55.3,
    "translated_words_percent": 37.6,
    "translated_chars": 14208,
    "translated_chars_percent": 38.4,
    "total_chars": 36950,
    "fuzzy": 170,
    "fuzzy_percent": 12.2,
    "failing": 15,
    "failing_percent": 1.0,
    "code": "pt",
    "name": "Portuguese",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/pt/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/pt/"
}