Translation components API.

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

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

{
    "total": 297,
    "total_words": 840,
    "last_change": "2024-02-10T02:08:07.741355Z",
    "recent_changes": 5,
    "translated": 126,
    "translated_words": 289,
    "translated_percent": 42.4,
    "translated_words_percent": 34.4,
    "translated_chars": 1652,
    "translated_chars_percent": 30.4,
    "total_chars": 5419,
    "fuzzy": 16,
    "fuzzy_percent": 5.3,
    "failing": 5,
    "failing_percent": 1.6,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qps/id/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qps/id/"
}