Translation components API.

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

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

{
    "total": 334,
    "total_words": 1557,
    "last_change": "2024-10-26T12:19:55.309974Z",
    "recent_changes": 34,
    "translated": 40,
    "translated_words": 189,
    "translated_percent": 11.9,
    "translated_words_percent": 12.1,
    "translated_chars": 2707,
    "translated_chars_percent": 22.4,
    "total_chars": 12058,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.lxqt-project.org/projects/dglent/meteo-qt/da/",
    "translate_url": "https://translate.lxqt-project.org/translate/dglent/meteo-qt/da/"
}