Translation components API.

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

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

{
    "total": 233,
    "total_words": 1934,
    "last_change": "2023-07-23T21:14:40.347662Z",
    "recent_changes": 12,
    "translated": 66,
    "translated_words": 175,
    "translated_percent": 28.3,
    "translated_words_percent": 9.0,
    "translated_chars": 1131,
    "translated_chars_percent": 9.6,
    "total_chars": 11723,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 34,
    "failing_percent": 14.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/es/",
    "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/es/"
}