Translation components API.

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

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

{
    "total": 417,
    "total_words": 1738,
    "last_change": null,
    "recent_changes": 0,
    "translated": 311,
    "translated_words": 1245,
    "translated_percent": 74.5,
    "translated_words_percent": 71.6,
    "translated_chars": 7433,
    "translated_chars_percent": 71.0,
    "total_chars": 10467,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 224,
    "failing_percent": 53.7,
    "code": "cy",
    "name": "Welsh",
    "url": "https://translate.lxqt-project.org/projects/tsujan/featherpad/cy/",
    "translate_url": "https://translate.lxqt-project.org/translate/tsujan/featherpad/cy/"
}