Translation components API.

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

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

{
    "total": 652,
    "total_words": 2323,
    "last_change": "2025-01-30T14:48:45.867394Z",
    "recent_changes": 6,
    "translated": 649,
    "translated_words": 2317,
    "translated_percent": 99.5,
    "translated_words_percent": 99.7,
    "translated_chars": 13853,
    "translated_chars_percent": 99.7,
    "total_chars": 13886,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.memarc.info/projects/memorial-archives/widgets/pl/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/widgets/pl/"
}