Translation components API.

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

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

{
    "total": 95,
    "total_words": 630,
    "total_chars": 4173,
    "last_change": "2023-07-06T19:06:35.670778Z",
    "recent_changes": 2,
    "translated": 94,
    "translated_words": 617,
    "translated_percent": 98.9,
    "translated_words_percent": 97.9,
    "translated_chars": 4084,
    "translated_chars_percent": 97.8,
    "fuzzy": 1,
    "fuzzy_percent": 1.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 1.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr_FR",
    "name": "French",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/author/fr_FR/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/author/fr_FR/"
}