Translation components API.

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

GET /api/translations/pkp-lib/editor/is/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 183,
    "total_words": 1200,
    "total_chars": 7271,
    "last_change": null,
    "recent_changes": 0,
    "translated": 166,
    "translated_words": 1091,
    "translated_percent": 90.7,
    "translated_words_percent": 90.9,
    "translated_chars": 6637,
    "translated_chars_percent": 91.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 15,
    "failing_percent": 8.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "code": "is",
    "name": "Icelandic",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/editor/is/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/editor/is/"
}