Translation components API.

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

GET /api/translations/ojs/manager/fr_FR/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-07-07T18:10:46.392939Z",
    "recent_changes": 1,
    "translated": 622,
    "translated_words": 5400,
    "translated_percent": 88.1,
    "translated_words_percent": 88.6,
    "translated_chars": 35488,
    "translated_chars_percent": 88.8,
    "fuzzy": 4,
    "fuzzy_percent": 0.5,
    "failing": 9,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "fr_FR",
    "name": "French",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/manager/fr_FR/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/manager/fr_FR/"
}