Translation components API.

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

GET /api/translations/flarum/fof-upload/vi/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-17T15:02:11.198032Z",
    "recent_changes": 1,
    "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": 0,
    "failing_percent": 0.0,
    "approved": 33,
    "approved_percent": 21.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "vi",
    "name": "Vietnamese",
    "url": "https://weblate.rob006.net/projects/flarum/fof-upload/vi/",
    "translate_url": "https://weblate.rob006.net/translate/flarum/fof-upload/vi/"
}