Translation components API.

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

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

{
    "total": 642,
    "total_words": 4882,
    "total_chars": 35627,
    "last_change": null,
    "recent_changes": 0,
    "translated": 624,
    "translated_words": 4354,
    "translated_percent": 97.1,
    "translated_words_percent": 89.1,
    "translated_chars": 31162,
    "translated_chars_percent": 87.4,
    "fuzzy": 4,
    "fuzzy_percent": 0.6,
    "failing": 17,
    "failing_percent": 2.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/locale/hu/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/locale/hu/"
}