Translation components API.

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

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

{
    "total": 124,
    "total_words": 1517,
    "total_chars": 12141,
    "last_change": null,
    "recent_changes": 0,
    "translated": 91,
    "translated_words": 1072,
    "translated_percent": 73.3,
    "translated_words_percent": 70.6,
    "translated_chars": 8840,
    "translated_chars_percent": 72.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 10,
    "failing_percent": 8.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "http://translate.pkp.sfu.ca/projects/ops/locale/tr/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ops/locale/tr/"
}