Translation components API.

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

GET /api/translations/website/press/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 31,
    "total_words": 335,
    "total_chars": 2225,
    "last_change": "2024-04-26T20:45:08.100785Z",
    "recent_changes": 4,
    "translated": 25,
    "translated_words": 258,
    "translated_percent": 80.6,
    "translated_words_percent": 77.0,
    "translated_chars": 1722,
    "translated_chars_percent": 77.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://l10n.elementary.io/projects/website/press/pt_BR/",
    "translate_url": "https://l10n.elementary.io/translate/website/press/pt_BR/"
}