Translation components API.

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

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

{
    "total": 181,
    "total_words": 1211,
    "total_chars": 7925,
    "last_change": null,
    "recent_changes": 0,
    "translated": 84,
    "translated_words": 384,
    "translated_percent": 46.4,
    "translated_words_percent": 31.7,
    "translated_chars": 2623,
    "translated_chars_percent": 33.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "http://translate.pkp.sfu.ca/projects/omp/submission/el/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/omp/submission/el/"
}