Translation components API.

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

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

{
    "total": 643,
    "total_words": 4890,
    "total_chars": 35693,
    "last_change": "2023-05-08T14:43:00.433183Z",
    "recent_changes": 2,
    "translated": 643,
    "translated_words": 4890,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 35693,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 5,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/locale/pt_BR/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/locale/pt_BR/"
}