Translation components API.

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

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

{
    "total": 199,
    "total_words": 678,
    "last_change": "2022-06-04T12:10:34.771841Z",
    "recent_changes": 3,
    "translated": 180,
    "translated_words": 525,
    "translated_percent": 90.4,
    "translated_words_percent": 77.4,
    "translated_chars": 3348,
    "translated_chars_percent": 78.5,
    "total_chars": 4263,
    "fuzzy": 3,
    "fuzzy_percent": 1.5,
    "failing": 2,
    "failing_percent": 1.0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qterminal/hu/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qterminal/hu/"
}