Translation components API.

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

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

{
    "total": 157,
    "total_words": 1189,
    "total_chars": 7518,
    "last_change": "2022-06-07T09:08:46.937039Z",
    "recent_changes": 14,
    "translated": 104,
    "translated_words": 772,
    "translated_percent": 66.2,
    "translated_words_percent": 64.9,
    "translated_chars": 5075,
    "translated_chars_percent": 67.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 5,
    "failing_percent": 3.1,
    "approved": 104,
    "approved_percent": 66.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://weblate.rob006.net/projects/flarum/fof-upload/it/",
    "translate_url": "https://weblate.rob006.net/translate/flarum/fof-upload/it/"
}