Translation components API.

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

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

{
    "total": 96,
    "total_words": 1050,
    "total_chars": 6063,
    "last_change": null,
    "recent_changes": 0,
    "translated": 30,
    "translated_words": 335,
    "translated_percent": 31.2,
    "translated_words_percent": 31.9,
    "translated_chars": 1962,
    "translated_chars_percent": 32.3,
    "fuzzy": 2,
    "fuzzy_percent": 2.0,
    "failing": 1,
    "failing_percent": 1.0,
    "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/pkp-lib/api/el/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/api/el/"
}