Translation components API.

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

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

{
    "total": 417,
    "total_words": 1738,
    "last_change": "2024-10-19T07:56:36.686055Z",
    "recent_changes": 4,
    "translated": 409,
    "translated_words": 1628,
    "translated_percent": 98.0,
    "translated_words_percent": 93.6,
    "translated_chars": 9838,
    "translated_chars_percent": 93.9,
    "total_chars": 10467,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "el",
    "name": "Greek",
    "url": "https://translate.lxqt-project.org/projects/tsujan/featherpad/el/",
    "translate_url": "https://translate.lxqt-project.org/translate/tsujan/featherpad/el/"
}