Translation components API.

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

GET /api/translations/lxqt-panel/plugin-desktopswitch/ca/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 15,
    "total_words": 41,
    "last_change": "2023-11-06T19:16:20.806735Z",
    "recent_changes": 1,
    "translated": 14,
    "translated_words": 40,
    "translated_percent": 93.3,
    "translated_words_percent": 97.5,
    "translated_chars": 252,
    "translated_chars_percent": 98.8,
    "total_chars": 255,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-desktopswitch/ca/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-desktopswitch/ca/"
}