Translation components API.

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

GET /api/translations/flarum/fof-upload/pt_BR/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": "2023-02-04T00:45:50.527621Z",
    "recent_changes": 6,
    "translated": 101,
    "translated_words": 769,
    "translated_percent": 64.3,
    "translated_words_percent": 64.6,
    "translated_chars": 5057,
    "translated_chars_percent": 67.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 2,
    "approved_percent": 1.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.rob006.net/projects/flarum/fof-upload/pt_BR/",
    "translate_url": "https://weblate.rob006.net/translate/flarum/fof-upload/pt_BR/"
}