Translation components API.

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

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

{
    "total": 21,
    "total_words": 221,
    "total_chars": 1267,
    "last_change": "2021-01-29T11:19:47.355916Z",
    "recent_changes": 3,
    "translated": 16,
    "translated_words": 169,
    "translated_percent": 76.1,
    "translated_words_percent": 76.4,
    "translated_chars": 941,
    "translated_chars_percent": 74.2,
    "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": 2,
    "comments": 0,
    "code": "fr_FR",
    "name": "French",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/api/fr_FR/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/api/fr_FR/"
}