Translation components API.

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

GET /api/translations/ojs/paymethod-manual-emails/nb_NO/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 4,
    "total_words": 76,
    "total_chars": 524,
    "last_change": "2021-01-15T18:16:02.752846Z",
    "recent_changes": 4,
    "translated": 3,
    "translated_words": 67,
    "translated_percent": 75.0,
    "translated_words_percent": 88.1,
    "translated_chars": 479,
    "translated_chars_percent": 91.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 25.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/paymethod-manual-emails/nb_NO/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/paymethod-manual-emails/nb_NO/"
}