Translation components API.

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

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

{
    "total": 61,
    "total_words": 74,
    "last_change": "2023-02-07T12:00:54.332079Z",
    "recent_changes": 2,
    "translated": 17,
    "translated_words": 20,
    "translated_percent": 27.8,
    "translated_words_percent": 27.0,
    "translated_chars": 223,
    "translated_chars_percent": 39.3,
    "total_chars": 567,
    "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": "he",
    "name": "Hebrew",
    "url": "https://translate.memarc.info/projects/memorial-archives/core/he/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/core/he/"
}