Translation components API.

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

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

{
    "total": 60,
    "total_words": 177,
    "last_change": "2024-07-22T19:58:02.505811Z",
    "recent_changes": 3,
    "translated": 56,
    "translated_words": 145,
    "translated_percent": 93.3,
    "translated_words_percent": 81.9,
    "translated_chars": 942,
    "translated_chars_percent": 79.4,
    "total_chars": 1186,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 1.6,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-monitor/id/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-monitor/id/"
}