Translation components API.

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

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

{
    "total": 37,
    "total_words": 175,
    "last_change": "2024-03-02T21:05:40.932607Z",
    "recent_changes": 2,
    "translated": 35,
    "translated_words": 172,
    "translated_percent": 94.5,
    "translated_words_percent": 98.2,
    "translated_chars": 1239,
    "translated_chars_percent": 98.3,
    "total_chars": 1260,
    "fuzzy": 1,
    "fuzzy_percent": 2.7,
    "failing": 3,
    "failing_percent": 8.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 2.7,
    "suggestions": 0,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://weblate.rikka.app/projects/wadb/application/ar/",
    "translate_url": "https://weblate.rikka.app/translate/wadb/application/ar/"
}