Translation components API.

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

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

{
    "total": 425,
    "total_words": 5137,
    "total_chars": 32972,
    "last_change": "2023-07-14T22:01:52.193587Z",
    "recent_changes": 1,
    "translated": 414,
    "translated_words": 4945,
    "translated_percent": 97.4,
    "translated_words_percent": 96.2,
    "translated_chars": 31687,
    "translated_chars_percent": 96.1,
    "fuzzy": 2,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 30,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 209,
    "fuzzy_chars_percent": 0.6,
    "failing": 70,
    "failing_percent": 16.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": 20,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/spinsfedoraprojectorg/sk/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/spinsfedoraprojectorg/sk/"
}