Translation components API.

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

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

{
    "total": 417,
    "total_words": 1738,
    "last_change": "2025-03-24T03:47:38.808860Z",
    "recent_changes": 75,
    "translated": 317,
    "translated_words": 617,
    "translated_percent": 76.0,
    "translated_words_percent": 35.5,
    "translated_chars": 4006,
    "translated_chars_percent": 38.2,
    "total_chars": 10467,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "ka",
    "name": "Georgian",
    "url": "https://translate.lxqt-project.org/projects/tsujan/featherpad/ka/",
    "translate_url": "https://translate.lxqt-project.org/translate/tsujan/featherpad/ka/"
}