Translation components API.

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

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

{
    "total": 57,
    "total_words": 542,
    "total_chars": 4061,
    "last_change": null,
    "recent_changes": 0,
    "translated": 43,
    "translated_words": 342,
    "translated_percent": 75.4,
    "translated_words_percent": 63.0,
    "translated_chars": 2413,
    "translated_chars_percent": 59.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 9,
    "failing_percent": 15.7,
    "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/installer/el/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/installer/el/"
}