Translation components API.

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

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

{
    "total": 769,
    "total_words": 5100,
    "total_chars": 35601,
    "last_change": null,
    "recent_changes": 0,
    "translated": 531,
    "translated_words": 2471,
    "translated_percent": 69.0,
    "translated_words_percent": 48.4,
    "translated_chars": 17711,
    "translated_chars_percent": 49.7,
    "fuzzy": 6,
    "fuzzy_percent": 0.7,
    "failing": 60,
    "failing_percent": 7.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/submission/fa/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/submission/fa/"
}