Translation components API.

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

GET /api/translations/packages-i18n/x-master/nl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1204,
    "total_words": 23337,
    "last_change": "2018-04-11T10:26:21.545039Z",
    "recent_changes": 10,
    "translated": 62,
    "translated_words": 420,
    "translated_percent": 5.1,
    "translated_words_percent": 1.7,
    "translated_chars": 2852,
    "translated_chars_percent": 1.9,
    "total_chars": 149175,
    "fuzzy": 229,
    "fuzzy_percent": 19.0,
    "failing": 61,
    "failing_percent": 5.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/x-master/nl/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/x-master/nl/"
}