Translation components API.

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

GET /api/translations/grass-gis/grasslibs/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1854,
    "total_words": 12217,
    "total_chars": 72758,
    "last_change": "2026-01-31T17:48:51.556660Z",
    "recent_changes": 0,
    "translated": 870,
    "translated_words": 5382,
    "translated_percent": 46.9,
    "translated_words_percent": 44.0,
    "translated_chars": 31741,
    "translated_chars_percent": 43.6,
    "fuzzy": 68,
    "fuzzy_percent": 3.6,
    "fuzzy_words": 468,
    "fuzzy_words_percent": 3.8,
    "fuzzy_chars": 2732,
    "fuzzy_chars_percent": 3.7,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://weblate.osgeo.org/projects/grass-gis/grasslibs/it/",
    "translate_url": "https://weblate.osgeo.org/translate/grass-gis/grasslibs/it/"
}