Translation components API.

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

GET /api/translations/ojs/manager/nl/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-28T10:20:50.410673Z",
    "recent_changes": 101,
    "translated": 706,
    "translated_words": 6093,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 39945,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 12,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/manager/nl/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/manager/nl/"
}