Translation components API.

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

GET /api/translations/libraries/core/el/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 7,
    "total_words": 16,
    "last_change": "2023-09-25T02:40:49.224514Z",
    "recent_changes": 4,
    "translated": 5,
    "translated_words": 12,
    "translated_percent": 71.4,
    "translated_words_percent": 75.0,
    "translated_chars": 79,
    "translated_chars_percent": 77.4,
    "total_chars": 102,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 14.2,
    "suggestions": 0,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "https://weblate.rikka.app/projects/libraries/core/el/",
    "translate_url": "https://weblate.rikka.app/translate/libraries/core/el/"
}