Translation components API.

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

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

{
    "total": 149,
    "total_words": 1506,
    "last_change": "2016-10-25T10:57:51Z",
    "recent_changes": 13,
    "translated": 8,
    "translated_words": 111,
    "translated_percent": 5.3,
    "translated_words_percent": 7.3,
    "translated_chars": 724,
    "translated_chars_percent": 7.0,
    "total_chars": 10228,
    "fuzzy": 4,
    "fuzzy_percent": 2.6,
    "failing": 7,
    "failing_percent": 4.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "bs",
    "name": "Bosnian",
    "url": "https://l10n.opensuse.org/projects/download-o-o/master/bs/",
    "translate_url": "https://l10n.opensuse.org/translate/download-o-o/master/bs/"
}