Translation components API.

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

GET /api/translations/ojs/manager/fr_CA/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": "2024-03-22T18:48:36.073313Z",
    "recent_changes": 4,
    "translated": 698,
    "translated_words": 6074,
    "translated_percent": 98.8,
    "translated_words_percent": 99.6,
    "translated_chars": 39816,
    "translated_chars_percent": 99.6,
    "fuzzy": 8,
    "fuzzy_percent": 1.1,
    "failing": 2,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.4,
    "suggestions": 3,
    "comments": 3,
    "code": "fr_CA",
    "name": "French (Canada)",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/manager/fr_CA/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/manager/fr_CA/"
}