Translation components API.

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

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

{
    "total": 441,
    "total_words": 2895,
    "last_change": "2023-05-19T15:45:18.872781Z",
    "recent_changes": 2,
    "translated": 200,
    "translated_words": 1255,
    "translated_percent": 45.3,
    "translated_words_percent": 43.3,
    "translated_chars": 7780,
    "translated_chars_percent": 42.3,
    "total_chars": 18385,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 29,
    "failing_percent": 6.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 2.4,
    "suggestions": 0,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://weblate.rikka.app/projects/app-ops/application/ro/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/application/ro/"
}