Translation components API.

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

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

{
    "total": 32,
    "total_words": 77,
    "last_change": "2024-05-19T14:45:49.871514Z",
    "recent_changes": 19,
    "translated": 18,
    "translated_words": 37,
    "translated_percent": 56.2,
    "translated_words_percent": 48.0,
    "translated_chars": 212,
    "translated_chars_percent": 48.5,
    "total_chars": 437,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "pa",
    "name": "Punjabi",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/pa/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/pa/"
}