Translation components API.

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

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

{
    "total": 3781,
    "total_words": 15658,
    "last_change": "2024-03-19T12:06:55.095861Z",
    "recent_changes": 1,
    "translated": 1410,
    "translated_words": 4987,
    "translated_percent": 37.2,
    "translated_words_percent": 31.8,
    "translated_chars": 30522,
    "translated_chars_percent": 31.4,
    "total_chars": 97151,
    "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": "bg",
    "name": "Bulgarian",
    "url": "https://translate.webtrees.net/projects/webtrees/webtrees-21/bg/",
    "translate_url": "https://translate.webtrees.net/translate/webtrees/webtrees-21/bg/"
}