Translation components API.

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

GET /api/translations/ooops-mixin/muk_branding/fr/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": 12,
    "translated_words": 33,
    "translated_percent": 21.0,
    "translated_words_percent": 18.0,
    "translated_chars": 206,
    "translated_chars_percent": 16.0,
    "total_chars": 1284,
    "fuzzy": 1,
    "fuzzy_percent": 1.7,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "fr",
    "name": "French",
    "url": "http://weblate.ops404.it/projects/ooops-mixin/muk_branding/fr/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-mixin/muk_branding/fr/"
}