Translation components API.

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

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

{
    "total": 417,
    "total_words": 1738,
    "last_change": "2022-10-04T17:47:44.699200Z",
    "recent_changes": 18,
    "translated": 48,
    "translated_words": 72,
    "translated_percent": 11.5,
    "translated_words_percent": 4.1,
    "translated_chars": 441,
    "translated_chars_percent": 4.2,
    "total_chars": 10467,
    "fuzzy": 6,
    "fuzzy_percent": 1.4,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "hi",
    "name": "Hindi",
    "url": "https://translate.lxqt-project.org/projects/tsujan/featherpad/hi/",
    "translate_url": "https://translate.lxqt-project.org/translate/tsujan/featherpad/hi/"
}