Translation components API.

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

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

{
    "total": 48,
    "total_words": 186,
    "last_change": "2016-11-09T17:01:00Z",
    "recent_changes": 5,
    "translated": 12,
    "translated_words": 19,
    "translated_percent": 25.0,
    "translated_words_percent": 10.2,
    "translated_chars": 129,
    "translated_chars_percent": 11.1,
    "total_chars": 1155,
    "fuzzy": 15,
    "fuzzy_percent": 31.2,
    "failing": 7,
    "failing_percent": 14.5,
    "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/scout/scout-master/el/",
    "translate_url": "https://l10n.opensuse.org/translate/scout/scout-master/el/"
}