Translation components API.

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

GET /api/translations/release-notes-opensuse/master/el/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 51,
    "total_words": 914,
    "last_change": "2020-01-19T23:57:44.589279Z",
    "recent_changes": 1,
    "translated": 37,
    "translated_words": 668,
    "translated_percent": 72.5,
    "translated_words_percent": 73.0,
    "translated_chars": 4911,
    "translated_chars_percent": 69.1,
    "total_chars": 7104,
    "fuzzy": 3,
    "fuzzy_percent": 5.8,
    "failing": 4,
    "failing_percent": 7.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "https://l10n.opensuse.org/projects/release-notes-opensuse/master/el/",
    "translate_url": "https://l10n.opensuse.org/translate/release-notes-opensuse/master/el/"
}