Translation components API.

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

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

{
    "total": 92,
    "total_words": 421,
    "total_chars": 2693,
    "last_change": "2024-04-23T12:58:48.567376Z",
    "recent_changes": 1,
    "translated": 66,
    "translated_words": 267,
    "translated_percent": 71.7,
    "translated_words_percent": 63.4,
    "translated_chars": 1694,
    "translated_chars_percent": 62.9,
    "fuzzy": 9,
    "fuzzy_percent": 9.7,
    "fuzzy_words": 40,
    "fuzzy_words_percent": 9.5,
    "fuzzy_chars": 263,
    "fuzzy_chars_percent": 9.7,
    "failing": 1,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-about/pt_BR/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-about/pt_BR/"
}