Translation components API.

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

GET /api/translations/fedora-websites/getfedoraorg/de/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-24T08:15:39.619261Z",
    "recent_changes": 0,
    "translated": 154,
    "translated_words": 1499,
    "translated_percent": 81.0,
    "translated_words_percent": 67.7,
    "translated_chars": 10747,
    "translated_chars_percent": 66.2,
    "fuzzy": 19,
    "fuzzy_percent": 10.0,
    "fuzzy_words": 263,
    "fuzzy_words_percent": 11.8,
    "fuzzy_chars": 2005,
    "fuzzy_chars_percent": 12.3,
    "failing": 18,
    "failing_percent": 9.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": 61,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/getfedoraorg/de/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/getfedoraorg/de/"
}