Translation components API.

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

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

{
    "total": 81,
    "total_words": 487,
    "last_change": null,
    "recent_changes": 0,
    "translated": 81,
    "translated_words": 487,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 3356,
    "translated_chars_percent": 100.0,
    "total_chars": 3356,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 56,
    "failing_percent": 69.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 81,
    "readonly_percent": 100.0,
    "suggestions": 0,
    "comments": 0,
    "code": "en",
    "name": "English",
    "url": "https://l10n.opensuse.org/projects/yast-oneclickinstall/master/en/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-oneclickinstall/master/en/"
}