Translation components API.

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

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

{
    "total": 164,
    "total_words": 2320,
    "total_chars": 13526,
    "last_change": "2020-03-04T05:35:40Z",
    "recent_changes": 0,
    "translated": 94,
    "translated_words": 1401,
    "translated_percent": 57.3,
    "translated_words_percent": 60.3,
    "translated_chars": 8125,
    "translated_chars_percent": 60.0,
    "fuzzy": 11,
    "fuzzy_percent": 6.7,
    "fuzzy_words": 57,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 369,
    "fuzzy_chars_percent": 2.7,
    "failing": 6,
    "failing_percent": 3.6,
    "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": 0,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://hosted.weblate.org/projects/mypaint/libmypaint/ro/",
    "translate_url": "https://hosted.weblate.org/translate/mypaint/libmypaint/ro/"
}