Translation components API.

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

GET /api/translations/photos/photos/sk/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-22T16:24:01.977853Z",
    "recent_changes": 0,
    "translated": 567,
    "translated_words": 1898,
    "translated_percent": 85.2,
    "translated_words_percent": 77.5,
    "translated_chars": 13221,
    "translated_chars_percent": 77.6,
    "fuzzy": 79,
    "fuzzy_percent": 11.8,
    "fuzzy_words": 468,
    "fuzzy_words_percent": 19.1,
    "fuzzy_chars": 3367,
    "fuzzy_chars_percent": 19.7,
    "failing": 87,
    "failing_percent": 13.0,
    "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": 8,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://l10n.elementary.io/projects/photos/photos/sk/",
    "translate_url": "https://l10n.elementary.io/translate/photos/photos/sk/"
}