Translation components API.

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

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

{
    "total": 37,
    "total_words": 76,
    "last_change": "2021-09-23T06:25:44.327777Z",
    "recent_changes": 1,
    "translated": 35,
    "translated_words": 55,
    "translated_percent": 94.5,
    "translated_words_percent": 72.3,
    "translated_chars": 350,
    "translated_chars_percent": 69.3,
    "total_chars": 505,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-globalkeys/he/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-globalkeys/he/"
}