Translation components API.

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

GET /api/translations/cesium-v2/git_duniter_org_cesium2s/fr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 995,
    "total_words": 6798,
    "last_change": "2025-12-12T09:44:47.349809Z",
    "recent_changes": 1,
    "translated": 963,
    "translated_words": 6370,
    "translated_percent": 96.7,
    "translated_words_percent": 93.7,
    "translated_chars": 45516,
    "translated_chars_percent": 94.2,
    "total_chars": 48274,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 103,
    "failing_percent": 10.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://weblate.duniter.org/projects/cesium-v2/git_duniter_org_cesium2s/fr/",
    "translate_url": "https://weblate.duniter.org/translate/cesium-v2/git_duniter_org_cesium2s/fr/"
}