Translation components API.

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

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

{
    "total": 417,
    "total_words": 3677,
    "total_chars": 23749,
    "last_change": null,
    "recent_changes": 0,
    "translated": 270,
    "translated_words": 2128,
    "translated_percent": 64.7,
    "translated_words_percent": 57.8,
    "translated_chars": 13554,
    "translated_chars_percent": 57.0,
    "fuzzy": 18,
    "fuzzy_percent": 4.3,
    "fuzzy_words": 118,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 788,
    "fuzzy_chars_percent": 3.3,
    "failing": 13,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 16,
    "comments": 0,
    "code": "mr",
    "name": "Marathi",
    "url": "https://translate.fedoraproject.org/projects/abrt/abrt/mr/",
    "translate_url": "https://translate.fedoraproject.org/translate/abrt/abrt/mr/"
}