Translation components API.

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

GET /api/translations/yast-registration/master/et/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 271,
    "total_words": 2295,
    "last_change": null,
    "recent_changes": 0,
    "translated": 10,
    "translated_words": 13,
    "translated_percent": 3.6,
    "translated_words_percent": 0.5,
    "translated_chars": 107,
    "translated_chars_percent": 0.6,
    "total_chars": 16048,
    "fuzzy": 124,
    "fuzzy_percent": 45.7,
    "failing": 54,
    "failing_percent": 19.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "et",
    "name": "Estonian",
    "url": "https://l10n.opensuse.org/projects/yast-registration/master/et/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-registration/master/et/"
}