Translation components API.

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

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

{
    "total": 69,
    "total_words": 259,
    "last_change": "2023-12-11T17:59:28.049208Z",
    "recent_changes": 73,
    "translated": 68,
    "translated_words": 243,
    "translated_percent": 98.5,
    "translated_words_percent": 93.8,
    "translated_chars": 1475,
    "translated_chars_percent": 83.2,
    "total_chars": 1772,
    "fuzzy": 1,
    "fuzzy_percent": 1.4,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/qlipper/fa/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/qlipper/fa/"
}