Translation components API.

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

GET /api/translations/qtilities/gtk-conf/fi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 68,
    "total_words": 930,
    "last_change": "2024-11-18T01:49:18.411339Z",
    "recent_changes": 15,
    "translated": 54,
    "translated_words": 521,
    "translated_percent": 79.4,
    "translated_words_percent": 56.0,
    "translated_chars": 2943,
    "translated_chars_percent": 55.2,
    "total_chars": 5324,
    "fuzzy": 5,
    "fuzzy_percent": 7.3,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "fi",
    "name": "Finnish",
    "url": "https://translate.lxqt-project.org/projects/qtilities/gtk-conf/fi/",
    "translate_url": "https://translate.lxqt-project.org/translate/qtilities/gtk-conf/fi/"
}