Translation components API.

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

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

{
    "total": 199,
    "total_words": 678,
    "last_change": "2023-07-03T01:08:50.855849Z",
    "recent_changes": 1,
    "translated": 196,
    "translated_words": 657,
    "translated_percent": 98.4,
    "translated_words_percent": 96.9,
    "translated_chars": 4121,
    "translated_chars_percent": 96.6,
    "total_chars": 4263,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "fi",
    "name": "Finnish",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qterminal/fi/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qterminal/fi/"
}