Translation components API.

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

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

{
    "total": 37,
    "total_words": 76,
    "last_change": "2023-06-13T01:18:11.386981Z",
    "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": "fi",
    "name": "Finnish",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-globalkeys/fi/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-globalkeys/fi/"
}