Translation components API.

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

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

{
    "total": 334,
    "total_words": 1557,
    "last_change": "2025-04-02T11:27:54.993328Z",
    "recent_changes": 3,
    "translated": 314,
    "translated_words": 1371,
    "translated_percent": 94.0,
    "translated_words_percent": 88.0,
    "translated_chars": 10098,
    "translated_chars_percent": 83.7,
    "total_chars": 12058,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 11,
    "failing_percent": 3.2,
    "code": "ro",
    "name": "Romanian",
    "url": "https://translate.lxqt-project.org/projects/dglent/meteo-qt/ro/",
    "translate_url": "https://translate.lxqt-project.org/translate/dglent/meteo-qt/ro/"
}