Translation components API.

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

GET /api/translations/qtilities/wshot/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 18,
    "total_words": 38,
    "last_change": "2024-03-06T15:08:28.163549Z",
    "recent_changes": 16,
    "translated": 16,
    "translated_words": 33,
    "translated_percent": 88.8,
    "translated_words_percent": 86.8,
    "translated_chars": 216,
    "translated_chars_percent": 86.7,
    "total_chars": 249,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 5.5,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.lxqt-project.org/projects/qtilities/wshot/es/",
    "translate_url": "https://translate.lxqt-project.org/translate/qtilities/wshot/es/"
}