Translation components API.

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

GET /api/translations/luebking/phototonic/nl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 392,
    "total_words": 1528,
    "last_change": "2025-01-27T18:02:35.998692Z",
    "recent_changes": 54,
    "translated": 350,
    "translated_words": 952,
    "translated_percent": 89.2,
    "translated_words_percent": 62.3,
    "translated_chars": 6111,
    "translated_chars_percent": 60.4,
    "total_chars": 10113,
    "fuzzy": 8,
    "fuzzy_percent": 2.0,
    "failing": 3,
    "failing_percent": 0.7,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.lxqt-project.org/projects/luebking/phototonic/nl/",
    "translate_url": "https://translate.lxqt-project.org/translate/luebking/phototonic/nl/"
}