Translation components API.

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

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

{
    "total": 286,
    "total_words": 2400,
    "total_chars": 15105,
    "last_change": "2025-03-03T19:52:50.325193Z",
    "recent_changes": 4,
    "translated": 158,
    "translated_words": 1067,
    "translated_percent": 55.2,
    "translated_words_percent": 44.4,
    "translated_chars": 6866,
    "translated_chars_percent": 45.4,
    "fuzzy": 92,
    "fuzzy_percent": 32.1,
    "failing": 2,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 1.3,
    "suggestions": 0,
    "comments": 0,
    "code": "fr_CA",
    "name": "French (Canada)",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/admin/fr_CA/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/admin/fr_CA/"
}