Translation components API.

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

GET /api/translations/tsujan/feathernotes/sk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 353,
    "total_words": 970,
    "last_change": "2023-05-04T12:35:03.794605Z",
    "recent_changes": 11,
    "translated": 322,
    "translated_words": 785,
    "translated_percent": 91.2,
    "translated_words_percent": 80.9,
    "translated_chars": 5450,
    "translated_chars_percent": 82.9,
    "total_chars": 6571,
    "fuzzy": 2,
    "fuzzy_percent": 0.5,
    "failing": 124,
    "failing_percent": 35.1,
    "code": "sk",
    "name": "Slovak",
    "url": "https://translate.lxqt-project.org/projects/tsujan/feathernotes/sk/",
    "translate_url": "https://translate.lxqt-project.org/translate/tsujan/feathernotes/sk/"
}