Translation components API.

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

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

{
    "total": 1302,
    "total_words": 1449,
    "total_chars": 9749,
    "last_change": "2024-05-16T09:02:02.789193Z",
    "recent_changes": 0,
    "translated": 1293,
    "translated_words": 1430,
    "translated_percent": 99.3,
    "translated_words_percent": 98.6,
    "translated_chars": 9625,
    "translated_chars_percent": 98.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 69,
    "approved_percent": 5.2,
    "approved_words": 84,
    "approved_words_percent": 5.7,
    "approved_chars": 563,
    "approved_chars_percent": 5.7,
    "readonly": 30,
    "readonly_percent": 2.3,
    "readonly_words": 35,
    "readonly_words_percent": 2.4,
    "readonly_chars": 215,
    "readonly_chars_percent": 2.2,
    "suggestions": 0,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://hosted.weblate.org/projects/weblate/glossary/gl/",
    "translate_url": "https://hosted.weblate.org/translate/weblate/glossary/gl/"
}