Translation components API.

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

GET /api/translations/fedora-websites/getfedoraorg/hu/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-05-12T04:00:14.207028Z",
    "recent_changes": 11,
    "translated": 181,
    "translated_words": 1987,
    "translated_percent": 95.2,
    "translated_words_percent": 89.7,
    "translated_chars": 14431,
    "translated_chars_percent": 89.0,
    "fuzzy": 7,
    "fuzzy_percent": 3.6,
    "fuzzy_words": 165,
    "fuzzy_words_percent": 7.4,
    "fuzzy_chars": 1387,
    "fuzzy_chars_percent": 8.5,
    "failing": 2,
    "failing_percent": 1.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": 13,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/getfedoraorg/hu/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/getfedoraorg/hu/"
}