Translation components API.

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

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

{
    "total": 1483,
    "total_words": 6489,
    "last_change": "2024-02-26T12:08:39.566486Z",
    "recent_changes": 23,
    "translated": 1244,
    "translated_words": 5614,
    "translated_percent": 83.8,
    "translated_words_percent": 86.5,
    "translated_chars": 34620,
    "translated_chars_percent": 84.0,
    "total_chars": 41214,
    "fuzzy": 3,
    "fuzzy_percent": 0.2,
    "failing": 22,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 88,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.memarc.info/projects/memorial-archives/memorial-archives-website/pl/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/memorial-archives-website/pl/"
}