Translation components API.

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

GET /api/translations/checkmk/stable/pl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 21470,
    "total_words": 166745,
    "total_chars": 1035515,
    "last_change": "2025-05-09T13:00:37.533637Z",
    "recent_changes": 6,
    "translated": 352,
    "translated_words": 2731,
    "translated_percent": 1.6,
    "translated_words_percent": 1.6,
    "translated_chars": 16151,
    "translated_chars_percent": 1.5,
    "fuzzy": 3265,
    "fuzzy_percent": 15.2,
    "failing": 386,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.checkmk.com/projects/checkmk/stable/pl/",
    "translate_url": "https://translate.checkmk.com/translate/checkmk/stable/pl/"
}