Translation components API.

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

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

{
    "total": 21,
    "total_words": 27,
    "total_chars": 167,
    "last_change": "2019-01-19T09:06:36.418490Z",
    "recent_changes": 2,
    "translated": 14,
    "translated_words": 16,
    "translated_percent": 66.6,
    "translated_words_percent": 59.2,
    "translated_chars": 96,
    "translated_chars_percent": 57.4,
    "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": "eo",
    "name": "Esperanto",
    "url": "https://translate.funkwhale.audio/projects/funkwhale/glossary/eo/",
    "translate_url": "https://translate.funkwhale.audio/translate/funkwhale/glossary/eo/"
}