Translation components API.

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

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

{
    "total": 57,
    "total_words": 183,
    "last_change": null,
    "recent_changes": 0,
    "translated": 14,
    "translated_words": 37,
    "translated_percent": 24.5,
    "translated_words_percent": 20.2,
    "translated_chars": 235,
    "translated_chars_percent": 18.3,
    "total_chars": 1284,
    "fuzzy": 1,
    "fuzzy_percent": 1.7,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "nl",
    "name": "Dutch",
    "url": "http://weblate.ops404.it/projects/ooops-mixin/muk_branding/nl/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-mixin/muk_branding/nl/"
}