Translation components API.

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

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

{
    "total": 524,
    "total_words": 2182,
    "total_chars": 12962,
    "last_change": "2024-05-14T18:25:30.744278Z",
    "recent_changes": 1,
    "translated": 429,
    "translated_words": 1872,
    "translated_percent": 81.8,
    "translated_words_percent": 85.7,
    "translated_chars": 11207,
    "translated_chars_percent": 86.4,
    "fuzzy": 58,
    "fuzzy_percent": 11.0,
    "fuzzy_words": 175,
    "fuzzy_words_percent": 8.0,
    "fuzzy_chars": 1036,
    "fuzzy_chars_percent": 7.9,
    "failing": 7,
    "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": 15,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://l10n.elementary.io/projects/files/files/sk/",
    "translate_url": "https://l10n.elementary.io/translate/files/files/sk/"
}