Translation components API.

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

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

{
    "total": 21,
    "total_words": 49,
    "last_change": "2020-12-15T19:08:47.115616Z",
    "recent_changes": 3,
    "translated": 17,
    "translated_words": 43,
    "translated_percent": 80.9,
    "translated_words_percent": 87.7,
    "translated_chars": 282,
    "translated_chars_percent": 86.2,
    "total_chars": 327,
    "fuzzy": 1,
    "fuzzy_percent": 4.7,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-locale/hu/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-locale/hu/"
}