Translation components API.

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

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

{
    "total": 642,
    "total_words": 4882,
    "total_chars": 35627,
    "last_change": "2024-05-03T10:14:19.761474Z",
    "recent_changes": 1,
    "translated": 640,
    "translated_words": 4575,
    "translated_percent": 99.6,
    "translated_words_percent": 93.7,
    "translated_chars": 32756,
    "translated_chars_percent": 91.9,
    "fuzzy": 2,
    "fuzzy_percent": 0.3,
    "failing": 27,
    "failing_percent": 4.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/locale/ca/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/locale/ca/"
}