Translation components API.

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

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

{
    "total": 18,
    "total_words": 28,
    "last_change": null,
    "recent_changes": 0,
    "translated": 13,
    "translated_words": 16,
    "translated_percent": 72.2,
    "translated_words_percent": 57.1,
    "translated_chars": 102,
    "translated_chars_percent": 33.2,
    "total_chars": 307,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "nl",
    "name": "Dutch",
    "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/gslab_backend_theme/nl/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/gslab_backend_theme/nl/"
}