Translation components API.

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

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

{
    "total": 1384,
    "total_words": 2790,
    "last_change": "2022-06-28T09:51:09.603642Z",
    "recent_changes": 3,
    "translated": 1383,
    "translated_words": 2789,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 18272,
    "translated_chars_percent": 99.9,
    "total_chars": 18279,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "ko",
    "name": "Korean",
    "url": "http://waldo.team/projects/wl3/characters/ko/",
    "translate_url": "http://waldo.team/translate/wl3/characters/ko/"
}