Translation components API.

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

GET /api/translations/cc-tweaked/minecraft/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 233,
    "total_words": 1934,
    "last_change": "2023-10-08T14:46:34.339464Z",
    "recent_changes": 2,
    "translated": 132,
    "translated_words": 818,
    "translated_percent": 56.6,
    "translated_words_percent": 42.2,
    "translated_chars": 5251,
    "translated_chars_percent": 44.7,
    "total_chars": 11723,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 10,
    "failing_percent": 4.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/de/",
    "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/de/"
}