Translation components API.

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

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

{
    "total": 1473,
    "total_words": 6341,
    "last_change": "2025-01-23T15:13:21.692304Z",
    "recent_changes": 1,
    "translated": 1457,
    "translated_words": 6323,
    "translated_percent": 98.9,
    "translated_words_percent": 99.7,
    "translated_chars": 39722,
    "translated_chars_percent": 98.0,
    "total_chars": 40493,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.memarc.info/projects/memorial-archives/memorial-archives-website/de/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/memorial-archives-website/de/"
}