Translation components API.

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

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

{
    "total": 353,
    "total_words": 970,
    "last_change": "2022-02-13T08:50:19.220608Z",
    "recent_changes": 7,
    "translated": 347,
    "translated_words": 896,
    "translated_percent": 98.3,
    "translated_words_percent": 92.3,
    "translated_chars": 6128,
    "translated_chars_percent": 93.2,
    "total_chars": 6571,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.lxqt-project.org/projects/tsujan/feathernotes/hu/",
    "translate_url": "https://translate.lxqt-project.org/translate/tsujan/feathernotes/hu/"
}