Translation components API.

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

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

{
    "total": 75,
    "total_words": 256,
    "total_chars": 1440,
    "last_change": "2024-05-02T03:15:58.829895Z",
    "recent_changes": 0,
    "translated": 10,
    "translated_words": 29,
    "translated_percent": 13.3,
    "translated_words_percent": 11.3,
    "translated_chars": 140,
    "translated_chars_percent": 9.7,
    "fuzzy": 6,
    "fuzzy_percent": 8.0,
    "fuzzy_words": 32,
    "fuzzy_words_percent": 12.5,
    "fuzzy_chars": 169,
    "fuzzy_chars_percent": 11.7,
    "failing": 1,
    "failing_percent": 1.3,
    "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": "am",
    "name": "Amharic",
    "url": "https://l10n.elementary.io/projects/terminal/terminal/am/",
    "translate_url": "https://l10n.elementary.io/translate/terminal/terminal/am/"
}