Translation components API.

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

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

{
    "total": 69,
    "total_words": 2671,
    "total_chars": 20304,
    "last_change": "2023-04-17T16:33:25.263852Z",
    "recent_changes": 1,
    "translated": 34,
    "translated_words": 1013,
    "translated_percent": 49.2,
    "translated_words_percent": 37.9,
    "translated_chars": 7238,
    "translated_chars_percent": 35.6,
    "fuzzy": 26,
    "fuzzy_percent": 37.6,
    "failing": 26,
    "failing_percent": 37.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/emails/gl/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/emails/gl/"
}