Translation components API.

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

GET /api/translations/yodoo-knowledge-17/yodoo_knowledge_website/uk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 20,
    "total_words": 69,
    "last_change": "2025-07-01T11:27:28.903933Z",
    "recent_changes": 18,
    "translated": 20,
    "translated_words": 69,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 397,
    "translated_chars_percent": 100.0,
    "total_chars": 397,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 15.0,
    "code": "uk",
    "name": "Ukrainian",
    "url": "http://weblate.crnd.pro/projects/yodoo-knowledge-17/yodoo_knowledge_website/uk/",
    "translate_url": "http://weblate.crnd.pro/translate/yodoo-knowledge-17/yodoo_knowledge_website/uk/"
}