Translation components API.

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

GET /api/translations/ooops-mixin/muk_branding/ar/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": 13,
    "translated_words": 22,
    "translated_percent": 22.8,
    "translated_words_percent": 12.0,
    "translated_chars": 142,
    "translated_chars_percent": 11.0,
    "total_chars": 1284,
    "fuzzy": 1,
    "fuzzy_percent": 1.7,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "ar",
    "name": "Arabic",
    "url": "http://weblate.ops404.it/projects/ooops-mixin/muk_branding/ar/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-mixin/muk_branding/ar/"
}