Translation components API.

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

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

{
    "total": 392,
    "total_words": 1528,
    "last_change": "2025-03-12T18:44:33.772880Z",
    "recent_changes": 18,
    "translated": 386,
    "translated_words": 1312,
    "translated_percent": 98.4,
    "translated_words_percent": 85.8,
    "translated_chars": 8413,
    "translated_chars_percent": 83.1,
    "total_chars": 10113,
    "fuzzy": 3,
    "fuzzy_percent": 0.7,
    "failing": 6,
    "failing_percent": 1.5,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.lxqt-project.org/projects/luebking/phototonic/it/",
    "translate_url": "https://translate.lxqt-project.org/translate/luebking/phototonic/it/"
}