Translation components API.

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

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

{
    "total": 45,
    "total_words": 56,
    "total_chars": 365,
    "last_change": "2022-12-20T09:13:35.784657Z",
    "recent_changes": 1,
    "translated": 40,
    "translated_words": 48,
    "translated_percent": 88.8,
    "translated_words_percent": 85.7,
    "translated_chars": 317,
    "translated_chars_percent": 86.8,
    "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": "de",
    "name": "German",
    "url": "https://translate.funkwhale.audio/projects/funkwhale/glossary/de/",
    "translate_url": "https://translate.funkwhale.audio/translate/funkwhale/glossary/de/"
}