Translation components API.

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

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

{
    "total": 665,
    "total_words": 2449,
    "total_chars": 17035,
    "last_change": "2024-05-04T06:42:25.640817Z",
    "recent_changes": 0,
    "translated": 620,
    "translated_words": 2143,
    "translated_percent": 93.2,
    "translated_words_percent": 87.5,
    "translated_chars": 14831,
    "translated_chars_percent": 87.0,
    "fuzzy": 34,
    "fuzzy_percent": 5.1,
    "fuzzy_words": 240,
    "fuzzy_words_percent": 9.7,
    "fuzzy_chars": 1844,
    "fuzzy_chars_percent": 10.8,
    "failing": 57,
    "failing_percent": 8.5,
    "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": "bs",
    "name": "Bosnian",
    "url": "https://l10n.elementary.io/projects/photos/photos/bs/",
    "translate_url": "https://l10n.elementary.io/translate/photos/photos/bs/"
}