Translation components API.

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

GET /api/translations/ojs/manager/az/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-06-03T08:02:27.735887Z",
    "recent_changes": 1072,
    "translated": 686,
    "translated_words": 5848,
    "translated_percent": 97.1,
    "translated_words_percent": 95.9,
    "translated_chars": 38275,
    "translated_chars_percent": 95.8,
    "fuzzy": 20,
    "fuzzy_percent": 2.8,
    "failing": 102,
    "failing_percent": 14.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "az",
    "name": "Azerbaijani",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/manager/az/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/manager/az/"
}