Translation components API.

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

GET /api/translations/pkp-lib/emails/fr_CA/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-31T21:09:16.901329Z",
    "recent_changes": 9,
    "translated": 73,
    "translated_words": 2131,
    "translated_percent": 71.5,
    "translated_words_percent": 67.5,
    "translated_chars": 17232,
    "translated_chars_percent": 67.3,
    "fuzzy": 16,
    "fuzzy_percent": 15.6,
    "failing": 7,
    "failing_percent": 6.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 21,
    "readonly_percent": 20.5,
    "suggestions": 1,
    "comments": 0,
    "code": "fr_CA",
    "name": "French (Canada)",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/emails/fr_CA/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/emails/fr_CA/"
}