Translation components API.

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

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

{
    "total": 696,
    "total_words": 4074,
    "total_chars": 27666,
    "last_change": "2024-05-06T15:15:37.558168Z",
    "recent_changes": 3,
    "translated": 185,
    "translated_words": 663,
    "translated_percent": 26.5,
    "translated_words_percent": 16.2,
    "translated_chars": 4304,
    "translated_chars_percent": 15.5,
    "fuzzy": 45,
    "fuzzy_percent": 6.4,
    "fuzzy_words": 165,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 1135,
    "fuzzy_chars_percent": 4.1,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 31,
    "comments": 0,
    "code": "th",
    "name": "Thai",
    "url": "https://hosted.weblate.org/projects/weblate/website/th/",
    "translate_url": "https://hosted.weblate.org/translate/weblate/website/th/"
}