Translation components API.

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

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

{
    "total": 1854,
    "total_words": 12234,
    "total_chars": 72758,
    "last_change": "2026-01-31T17:49:11.166375Z",
    "recent_changes": 0,
    "translated": 631,
    "translated_words": 3854,
    "translated_percent": 34.0,
    "translated_words_percent": 31.5,
    "translated_chars": 22301,
    "translated_chars_percent": 30.6,
    "fuzzy": 40,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 280,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 1613,
    "fuzzy_chars_percent": 2.2,
    "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": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://weblate.osgeo.org/projects/grass-gis/grasslibs/pl/",
    "translate_url": "https://weblate.osgeo.org/translate/grass-gis/grasslibs/pl/"
}