Translation components API.

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

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

{
    "total": 23,
    "total_words": 336,
    "total_chars": 2634,
    "last_change": "2023-10-31T14:07:05.636811Z",
    "recent_changes": 2,
    "translated": 21,
    "translated_words": 224,
    "translated_percent": 91.3,
    "translated_words_percent": 66.6,
    "translated_chars": 1608,
    "translated_chars_percent": 61.0,
    "fuzzy": 2,
    "fuzzy_percent": 8.6,
    "failing": 2,
    "failing_percent": 8.6,
    "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/ojs/importexport-native/fr_CA/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/importexport-native/fr_CA/"
}