Translation components API.

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

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

{
    "total": 26,
    "total_words": 218,
    "total_chars": 1365,
    "last_change": "2024-05-04T06:42:49.563301Z",
    "recent_changes": 0,
    "translated": 2,
    "translated_words": 7,
    "translated_percent": 7.6,
    "translated_words_percent": 3.2,
    "translated_chars": 40,
    "translated_chars_percent": 2.9,
    "fuzzy": 1,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 14,
    "fuzzy_chars_percent": 1.0,
    "failing": 4,
    "failing_percent": 15.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": "ur",
    "name": "Urdu",
    "url": "https://l10n.elementary.io/projects/files/extra/ur/",
    "translate_url": "https://l10n.elementary.io/translate/files/extra/ur/"
}