Translation components API.

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

GET /api/translations/lxqt-configuration/lxqt-globalkeys/en_GB/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 37,
    "total_words": 76,
    "last_change": "2023-10-30T00:23:46.196554Z",
    "recent_changes": 7,
    "translated": 34,
    "translated_words": 44,
    "translated_percent": 91.8,
    "translated_words_percent": 57.8,
    "translated_chars": 287,
    "translated_chars_percent": 56.8,
    "total_chars": 505,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-globalkeys/en_GB/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-globalkeys/en_GB/"
}