Translation components API.

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

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

{
    "total": 51,
    "total_words": 874,
    "total_chars": 5408,
    "last_change": "2023-06-06T07:45:53.041192Z",
    "recent_changes": 2,
    "translated": 46,
    "translated_words": 667,
    "translated_percent": 90.1,
    "translated_words_percent": 76.3,
    "translated_chars": 4139,
    "translated_chars_percent": 76.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/admin/gl/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/admin/gl/"
}