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": 642,
    "total_words": 4882,
    "total_chars": 35627,
    "last_change": "2024-04-27T08:24:07.067251Z",
    "recent_changes": 5,
    "translated": 633,
    "translated_words": 4341,
    "translated_percent": 98.5,
    "translated_words_percent": 88.9,
    "translated_chars": 31020,
    "translated_chars_percent": 87.0,
    "fuzzy": 5,
    "fuzzy_percent": 0.7,
    "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/"
}