Translation components API.

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

GET /api/translations/pkp-lib/grid/ms/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 237,
    "total_words": 892,
    "total_chars": 5379,
    "last_change": "2025-02-28T23:32:12.029873Z",
    "recent_changes": 2,
    "translated": 215,
    "translated_words": 772,
    "translated_percent": 90.7,
    "translated_words_percent": 86.5,
    "translated_chars": 4707,
    "translated_chars_percent": 87.5,
    "fuzzy": 2,
    "fuzzy_percent": 0.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ms",
    "name": "Malay",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/grid/ms/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/grid/ms/"
}