Translation components API.

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

GET /api/translations/fedora-websites/getfedoraorg/tr/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-28T08:08:43.003581Z",
    "recent_changes": 2,
    "translated": 188,
    "translated_words": 2167,
    "translated_percent": 98.9,
    "translated_words_percent": 97.8,
    "translated_chars": 15642,
    "translated_chars_percent": 96.4,
    "fuzzy": 1,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 17,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 162,
    "fuzzy_chars_percent": 0.9,
    "failing": 1,
    "failing_percent": 0.5,
    "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": 0,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/getfedoraorg/tr/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/getfedoraorg/tr/"
}