Translation components API.

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

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

{
    "total": 734,
    "total_words": 3068,
    "total_chars": 19895,
    "last_change": "2025-02-28T22:31:30.770454Z",
    "recent_changes": 2,
    "translated": 704,
    "translated_words": 2958,
    "translated_percent": 95.9,
    "translated_words_percent": 96.4,
    "translated_chars": 19094,
    "translated_chars_percent": 95.9,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "failing": 8,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/common/ar/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/common/ar/"
}