Translation components API.

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

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

{
    "total": 61,
    "total_words": 242,
    "total_chars": 1523,
    "last_change": "2024-03-07T15:55:56.944310Z",
    "recent_changes": 1,
    "translated": 13,
    "translated_words": 23,
    "translated_percent": 21.3,
    "translated_words_percent": 9.5,
    "translated_chars": 161,
    "translated_chars_percent": 10.5,
    "fuzzy": 5,
    "fuzzy_percent": 8.1,
    "fuzzy_words": 11,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 72,
    "fuzzy_chars_percent": 4.7,
    "failing": 2,
    "failing_percent": 3.2,
    "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": "as",
    "name": "Assamese",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-useraccounts/as/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-useraccounts/as/"
}