Translation components API.

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

GET /api/translations/documentation/articlesrc-scripting_index/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 215,
    "total_words": 7054,
    "last_change": "2025-04-26T02:17:42.934118Z",
    "recent_changes": 18,
    "translated": 174,
    "translated_words": 5908,
    "translated_percent": 80.9,
    "translated_words_percent": 83.7,
    "translated_chars": 38838,
    "translated_chars_percent": 83.8,
    "total_chars": 46333,
    "fuzzy": 7,
    "fuzzy_percent": 3.2,
    "failing": 3,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate-dev.freebsd.org/projects/documentation/articlesrc-scripting_index/es/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/articlesrc-scripting_index/es/"
}