Translation components API.

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

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

{
    "total": 102,
    "total_words": 3156,
    "total_chars": 25604,
    "last_change": "2025-01-12T12:29:41.000741Z",
    "recent_changes": 1,
    "translated": 79,
    "translated_words": 1893,
    "translated_percent": 77.4,
    "translated_words_percent": 59.9,
    "translated_chars": 15342,
    "translated_chars_percent": 59.9,
    "fuzzy": 11,
    "fuzzy_percent": 10.7,
    "failing": 12,
    "failing_percent": 11.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 21,
    "readonly_percent": 20.5,
    "suggestions": 0,
    "comments": 0,
    "code": "sl",
    "name": "Slovenian",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/emails/sl/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/emails/sl/"
}