Translation components API.

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

GET /api/translations/webtrees/webtrees-20/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3743,
    "total_words": 16373,
    "last_change": "2023-02-04T20:38:52.571604Z",
    "recent_changes": 27,
    "translated": 3579,
    "translated_words": 15463,
    "translated_percent": 95.6,
    "translated_words_percent": 94.4,
    "translated_chars": 95399,
    "translated_chars_percent": 94.4,
    "total_chars": 100965,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 64,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.webtrees.net/projects/webtrees/webtrees-20/ar/",
    "translate_url": "https://translate.webtrees.net/translate/webtrees/webtrees-20/ar/"
}