Translation components API.

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

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

{
    "total": 57,
    "total_words": 273,
    "last_change": "2022-05-26T19:41:22.719631Z",
    "recent_changes": 6,
    "translated": 49,
    "translated_words": 265,
    "translated_percent": 85.9,
    "translated_words_percent": 97.0,
    "translated_chars": 1606,
    "translated_chars_percent": 95.0,
    "total_chars": 1689,
    "fuzzy": 1,
    "fuzzy_percent": 1.7,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.lxqt-project.org/projects/qtilities/sddm-conf/cs/",
    "translate_url": "https://translate.lxqt-project.org/translate/qtilities/sddm-conf/cs/"
}