Translation components API.

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

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

{
    "total": 96,
    "total_words": 1050,
    "total_chars": 6063,
    "last_change": "2023-10-31T13:54:38.811805Z",
    "recent_changes": 1,
    "translated": 79,
    "translated_words": 889,
    "translated_percent": 82.2,
    "translated_words_percent": 84.6,
    "translated_chars": 5147,
    "translated_chars_percent": 84.8,
    "fuzzy": 14,
    "fuzzy_percent": 14.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr_CA",
    "name": "French (Canada)",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/api/fr_CA/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/api/fr_CA/"
}