Translation components API.

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

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

{
    "total": 481,
    "total_words": 1681,
    "last_change": "2021-09-30T15:35:37.269282Z",
    "recent_changes": 24,
    "translated": 341,
    "translated_words": 947,
    "translated_percent": 70.8,
    "translated_words_percent": 56.3,
    "translated_chars": 5828,
    "translated_chars_percent": 55.4,
    "total_chars": 10505,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 2,
    "failing_percent": 0.4,
    "code": "ro",
    "name": "Romanian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/pcmanfm-qt/ro/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/pcmanfm-qt/ro/"
}