Translation components API.

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

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

{
    "total": 233,
    "total_words": 1934,
    "last_change": "2021-10-07T10:17:07.533173Z",
    "recent_changes": 1,
    "translated": 108,
    "translated_words": 575,
    "translated_percent": 46.3,
    "translated_words_percent": 29.7,
    "translated_chars": 3620,
    "translated_chars_percent": 30.8,
    "total_chars": 11723,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/nl/",
    "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/nl/"
}