Translation components API.

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

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

{
    "total": 37,
    "total_words": 175,
    "last_change": "2024-03-02T21:05:40.960383Z",
    "recent_changes": 2,
    "translated": 29,
    "translated_words": 142,
    "translated_percent": 78.3,
    "translated_words_percent": 81.1,
    "translated_chars": 818,
    "translated_chars_percent": 64.9,
    "total_chars": 1260,
    "fuzzy": 3,
    "fuzzy_percent": 8.1,
    "failing": 5,
    "failing_percent": 13.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 2.7,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://weblate.rikka.app/projects/wadb/application/ko/",
    "translate_url": "https://weblate.rikka.app/translate/wadb/application/ko/"
}