Translation components API.

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

GET /api/translations/checkmk/stable/ca/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-09T12:49:59.793904Z",
    "recent_changes": 10,
    "translated": 1923,
    "translated_words": 4345,
    "translated_percent": 8.9,
    "translated_words_percent": 2.6,
    "translated_chars": 27838,
    "translated_chars_percent": 2.6,
    "fuzzy": 18794,
    "fuzzy_percent": 87.5,
    "failing": 663,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://translate.checkmk.com/projects/checkmk/stable/ca/",
    "translate_url": "https://translate.checkmk.com/translate/checkmk/stable/ca/"
}