Translation components API.

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

GET /api/translations/yast-registration/master/el/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": 125,
    "translated_words": 691,
    "translated_percent": 46.1,
    "translated_words_percent": 30.1,
    "translated_chars": 5011,
    "translated_chars_percent": 31.2,
    "total_chars": 16048,
    "fuzzy": 44,
    "fuzzy_percent": 16.2,
    "failing": 36,
    "failing_percent": 13.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "https://l10n.opensuse.org/projects/yast-registration/master/el/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-registration/master/el/"
}