Translation components API.

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

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

{
    "total": 190,
    "total_words": 2214,
    "total_chars": 16213,
    "last_change": "2023-02-27T20:00:31.088405Z",
    "recent_changes": 1,
    "translated": 99,
    "translated_words": 846,
    "translated_percent": 52.1,
    "translated_words_percent": 38.2,
    "translated_chars": 5400,
    "translated_chars_percent": 33.3,
    "fuzzy": 27,
    "fuzzy_percent": 14.2,
    "fuzzy_words": 475,
    "fuzzy_words_percent": 21.4,
    "fuzzy_chars": 3569,
    "fuzzy_chars_percent": 22.0,
    "failing": 14,
    "failing_percent": 7.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": 19,
    "comments": 0,
    "code": "af",
    "name": "Afrikaans",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/getfedoraorg/af/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/getfedoraorg/af/"
}