Translation components API.

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

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

{
    "total": 108,
    "total_words": 292,
    "last_change": null,
    "recent_changes": 0,
    "translated": 107,
    "translated_words": 288,
    "translated_percent": 99.0,
    "translated_words_percent": 98.6,
    "translated_chars": 1673,
    "translated_chars_percent": 98.7,
    "total_chars": 1694,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 8,
    "failing_percent": 7.4,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.lxqt-project.org/projects/tsujan/kvantum-preview/id/",
    "translate_url": "https://translate.lxqt-project.org/translate/tsujan/kvantum-preview/id/"
}