Translation components API.

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

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

{
    "total": 706,
    "total_words": 6093,
    "total_chars": 39945,
    "last_change": "2023-09-04T21:41:41.176550Z",
    "recent_changes": 77,
    "translated": 703,
    "translated_words": 6041,
    "translated_percent": 99.5,
    "translated_words_percent": 99.1,
    "translated_chars": 39636,
    "translated_chars_percent": 99.2,
    "fuzzy": 3,
    "fuzzy_percent": 0.4,
    "failing": 41,
    "failing_percent": 5.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/manager/fa/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/manager/fa/"
}