Translation components API.

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

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

{
    "total": 564,
    "total_words": 1646,
    "last_change": "2022-03-24T09:00:00.894171Z",
    "recent_changes": 1,
    "translated": 563,
    "translated_words": 1645,
    "translated_percent": 99.8,
    "translated_words_percent": 99.9,
    "translated_chars": 9840,
    "translated_chars_percent": 99.9,
    "total_chars": 9841,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 12,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "en",
    "name": "English",
    "url": "https://translate.memarc.info/projects/memorial-archives/widgets/en/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/widgets/en/"
}