Translation components API.

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

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

{
    "total": 334,
    "total_words": 1557,
    "last_change": "2024-05-01T08:10:00.362943Z",
    "recent_changes": 92,
    "translated": 303,
    "translated_words": 1093,
    "translated_percent": 90.7,
    "translated_words_percent": 70.1,
    "translated_chars": 8070,
    "translated_chars_percent": 66.9,
    "total_chars": 12058,
    "fuzzy": 4,
    "fuzzy_percent": 1.1,
    "failing": 9,
    "failing_percent": 2.6,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.lxqt-project.org/projects/dglent/meteo-qt/it/",
    "translate_url": "https://translate.lxqt-project.org/translate/dglent/meteo-qt/it/"
}