Translation components API.

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

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

{
    "total": 326,
    "total_words": 1122,
    "total_chars": 6750,
    "last_change": "2025-04-02T23:53:56.148555Z",
    "recent_changes": 0,
    "translated": 218,
    "translated_words": 652,
    "translated_percent": 66.8,
    "translated_words_percent": 58.1,
    "translated_chars": 3884,
    "translated_chars_percent": 57.5,
    "fuzzy": 39,
    "fuzzy_percent": 11.9,
    "fuzzy_words": 102,
    "fuzzy_words_percent": 9.0,
    "fuzzy_chars": 626,
    "fuzzy_chars_percent": 9.2,
    "failing": 8,
    "failing_percent": 2.4,
    "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": 49,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://translate.fedoraproject.org/projects/cockpit-podman/main/sk/",
    "translate_url": "https://translate.fedoraproject.org/translate/cockpit-podman/main/sk/"
}