Translation components API.

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

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

{
    "total": 392,
    "total_words": 1528,
    "last_change": "2025-02-27T11:34:10.180481Z",
    "recent_changes": 2,
    "translated": 371,
    "translated_words": 1081,
    "translated_percent": 94.6,
    "translated_words_percent": 70.7,
    "translated_chars": 6915,
    "translated_chars_percent": 68.3,
    "total_chars": 10113,
    "fuzzy": 5,
    "fuzzy_percent": 1.2,
    "failing": 5,
    "failing_percent": 1.2,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.lxqt-project.org/projects/luebking/phototonic/sv/",
    "translate_url": "https://translate.lxqt-project.org/translate/luebking/phototonic/sv/"
}