Translation components API.

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

GET /api/translations/memorial-archives/core/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 61,
    "total_words": 74,
    "last_change": "2023-12-13T13:47:16.295844Z",
    "recent_changes": 24,
    "translated": 59,
    "translated_words": 71,
    "translated_percent": 96.7,
    "translated_words_percent": 95.9,
    "translated_chars": 545,
    "translated_chars_percent": 96.1,
    "total_chars": 567,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 4.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.memarc.info/projects/memorial-archives/core/es/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/core/es/"
}