Translation components API.

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

GET /api/translations/flarum/fof-upload/az/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": "2021-10-10T09:24:20.744495Z",
    "recent_changes": 22,
    "translated": 22,
    "translated_words": 261,
    "translated_percent": 14.0,
    "translated_words_percent": 21.9,
    "translated_chars": 1569,
    "translated_chars_percent": 20.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "az",
    "name": "Azerbaijani",
    "url": "https://weblate.rob006.net/projects/flarum/fof-upload/az/",
    "translate_url": "https://weblate.rob006.net/translate/flarum/fof-upload/az/"
}