Translation components API.

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

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

{
    "total": 1053,
    "total_words": 8419,
    "total_chars": 52763,
    "last_change": null,
    "recent_changes": 0,
    "translated": 10,
    "translated_words": 273,
    "translated_percent": 0.9,
    "translated_words_percent": 3.2,
    "translated_chars": 1650,
    "translated_chars_percent": 3.1,
    "fuzzy": 5,
    "fuzzy_percent": 0.4,
    "failing": 4,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "code": "he",
    "name": "Hebrew",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/manager/he/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/manager/he/"
}