Translation components API.

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

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

{
    "total": 641,
    "total_words": 4878,
    "total_chars": 35596,
    "last_change": "2024-04-27T08:24:07.067251Z",
    "recent_changes": 5,
    "translated": 630,
    "translated_words": 4224,
    "translated_percent": 98.2,
    "translated_words_percent": 86.5,
    "translated_chars": 29946,
    "translated_chars_percent": 84.1,
    "fuzzy": 6,
    "fuzzy_percent": 0.9,
    "failing": 122,
    "failing_percent": 19.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/locale/fa/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/locale/fa/"
}