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": 693,
    "total_words": 2496,
    "last_change": "2026-07-22T11:56:28.623421Z",
    "recent_changes": 15,
    "translated": 690,
    "translated_words": 2492,
    "translated_percent": 99.5,
    "translated_words_percent": 99.8,
    "translated_chars": 15042,
    "translated_chars_percent": 99.8,
    "total_chars": 15061,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "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/"
}