Translation components API.

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

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

{
    "total": 72,
    "total_words": 116,
    "total_chars": 743,
    "last_change": "2020-03-18T07:48:25.409487Z",
    "recent_changes": 4,
    "translated": 4,
    "translated_words": 4,
    "translated_percent": 5.5,
    "translated_words_percent": 3.4,
    "translated_chars": 25,
    "translated_chars_percent": 3.3,
    "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": "es_MX",
    "name": "Spanish (Mexico)",
    "url": "http://translate.pretalx.com/projects/pretalx/glossary/es_MX/",
    "translate_url": "http://translate.pretalx.com/translate/pretalx/glossary/es_MX/"
}