Translation components API.

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

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

{
    "total": 1489,
    "total_words": 6533,
    "last_change": "2022-08-29T13:46:42.892307Z",
    "recent_changes": 13,
    "translated": 64,
    "translated_words": 121,
    "translated_percent": 4.2,
    "translated_words_percent": 1.8,
    "translated_chars": 1198,
    "translated_chars_percent": 2.8,
    "total_chars": 41491,
    "fuzzy": 11,
    "fuzzy_percent": 0.7,
    "failing": 13,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.memarc.info/projects/memorial-archives/memorial-archives-website/fr/",
    "translate_url": "https://translate.memarc.info/translate/memorial-archives/memorial-archives-website/fr/"
}