Translation components API.

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

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

{
    "total": 47080,
    "total_words": 481120,
    "last_change": "2024-03-01T15:41:41.677350Z",
    "recent_changes": 36,
    "translated": 44399,
    "translated_words": 457604,
    "translated_percent": 94.3,
    "translated_words_percent": 95.1,
    "translated_chars": 2440565,
    "translated_chars_percent": 94.9,
    "total_chars": 2571480,
    "fuzzy": 1713,
    "fuzzy_percent": 3.6,
    "failing": 11085,
    "failing_percent": 23.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 33,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://hive.bgforge.net/projects/fallout/up/hu/",
    "translate_url": "https://hive.bgforge.net/translate/fallout/up/hu/"
}