Translation components API.

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

GET /api/translations/tsujan/feathernotes/cy/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 353,
    "total_words": 970,
    "last_change": null,
    "recent_changes": 0,
    "translated": 285,
    "translated_words": 626,
    "translated_percent": 80.7,
    "translated_words_percent": 64.5,
    "translated_chars": 4417,
    "translated_chars_percent": 67.2,
    "total_chars": 6571,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 169,
    "failing_percent": 47.8,
    "code": "cy",
    "name": "Welsh",
    "url": "https://translate.lxqt-project.org/projects/tsujan/feathernotes/cy/",
    "translate_url": "https://translate.lxqt-project.org/translate/tsujan/feathernotes/cy/"
}