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": 654,
    "total_words": 2333,
    "last_change": "2025-05-12T11:11:28.076771Z",
    "recent_changes": 3,
    "translated": 652,
    "translated_words": 2331,
    "translated_percent": 99.6,
    "translated_words_percent": 99.9,
    "translated_chars": 13936,
    "translated_chars_percent": 99.9,
    "total_chars": 13940,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "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/"
}