Translation components API.

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

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

{
    "total": 357,
    "total_words": 2636,
    "last_change": "2022-03-19T17:18:31.298656Z",
    "recent_changes": 155,
    "translated": 317,
    "translated_words": 2329,
    "translated_percent": 88.7,
    "translated_words_percent": 88.3,
    "translated_chars": 15489,
    "translated_chars_percent": 88.1,
    "total_chars": 17573,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 1.1,
    "approved": 19,
    "approved_percent": 5.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://l10n.opensuse.org/projects/uyuni/backend/es/",
    "translate_url": "https://l10n.opensuse.org/translate/uyuni/backend/es/"
}