Translation components API.

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

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

{
    "total": 392,
    "total_words": 1528,
    "last_change": null,
    "recent_changes": 0,
    "translated": 249,
    "translated_words": 616,
    "translated_percent": 63.5,
    "translated_words_percent": 40.3,
    "translated_chars": 3755,
    "translated_chars_percent": 37.1,
    "total_chars": 10113,
    "fuzzy": 15,
    "fuzzy_percent": 3.8,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://translate.lxqt-project.org/projects/luebking/phototonic/sr/",
    "translate_url": "https://translate.lxqt-project.org/translate/luebking/phototonic/sr/"
}