Translation components API.

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

GET /api/translations/pkp-lib/installer/is/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": 49,
    "translated_words": 401,
    "translated_percent": 85.9,
    "translated_words_percent": 73.9,
    "translated_chars": 3084,
    "translated_chars_percent": 75.9,
    "fuzzy": 1,
    "fuzzy_percent": 1.7,
    "failing": 8,
    "failing_percent": 14.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "is",
    "name": "Icelandic",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/installer/is/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/installer/is/"
}