Translation components API.

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

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

{
    "total": 1392,
    "total_words": 5748,
    "last_change": "2024-02-14T15:49:08.268472Z",
    "recent_changes": 48,
    "translated": 1331,
    "translated_words": 5347,
    "translated_percent": 95.6,
    "translated_words_percent": 93.0,
    "translated_chars": 34535,
    "translated_chars_percent": 93.0,
    "total_chars": 37131,
    "fuzzy": 15,
    "fuzzy_percent": 1.0,
    "failing": 4,
    "failing_percent": 0.2,
    "code": "nl",
    "name": "Dutch",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/nl/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/nl/"
}