Translation components API.

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

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

{
    "total": 700,
    "total_words": 5975,
    "total_chars": 39050,
    "last_change": null,
    "recent_changes": 0,
    "translated": 593,
    "translated_words": 5056,
    "translated_percent": 84.7,
    "translated_words_percent": 84.6,
    "translated_chars": 33151,
    "translated_chars_percent": 84.8,
    "fuzzy": 5,
    "fuzzy_percent": 0.7,
    "failing": 18,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/manager/ro/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/manager/ro/"
}