Translation components API.

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

GET /api/translations/ojs/api/nl/statistics/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 21,
    "total_words": 221,
    "last_change": "2023-04-11T10:03:30.443955Z",
    "recent_changes": 2,
    "translated": 14,
    "translated_words": 145,
    "translated_percent": 66.6,
    "translated_words_percent": 65.6,
    "translated_chars": 807,
    "translated_chars_percent": 63.6,
    "total_chars": 1267,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/api/nl/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/api/nl/"
}