Translation components API.

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

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

{
    "total": 397,
    "total_words": 4623,
    "total_chars": 30073,
    "last_change": "2023-05-27T17:22:20.338106Z",
    "recent_changes": 22,
    "translated": 253,
    "translated_words": 2874,
    "translated_percent": 63.7,
    "translated_words_percent": 62.1,
    "translated_chars": 18168,
    "translated_chars_percent": 60.4,
    "fuzzy": 25,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 405,
    "fuzzy_words_percent": 8.7,
    "fuzzy_chars": 3004,
    "fuzzy_chars_percent": 9.9,
    "failing": 61,
    "failing_percent": 15.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": 32,
    "comments": 0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/labsfedoraprojectorg/sr/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/labsfedoraprojectorg/sr/"
}