Translation components API.

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

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

{
    "total": 130,
    "total_words": 498,
    "last_change": "2024-01-17T13:44:59.517900Z",
    "recent_changes": 92,
    "translated": 98,
    "translated_words": 308,
    "translated_percent": 75.3,
    "translated_words_percent": 61.8,
    "translated_chars": 1785,
    "translated_chars_percent": 60.1,
    "total_chars": 2966,
    "fuzzy": 1,
    "fuzzy_percent": 0.7,
    "failing": 2,
    "failing_percent": 1.5,
    "code": "pa",
    "name": "Punjabi",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/screengrab/pa/",
    "translate_url": "https://translate.lxqt-project.org/translate/lxqt-desktop/screengrab/pa/"
}