Translation components API.

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

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

{
    "total": 34,
    "total_words": 1853,
    "total_chars": 10755,
    "last_change": "2020-06-13T18:26:26.312155Z",
    "recent_changes": 6,
    "translated": 6,
    "translated_words": 345,
    "translated_percent": 17.6,
    "translated_words_percent": 18.6,
    "translated_chars": 1987,
    "translated_chars_percent": 18.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 6,
    "approved_percent": 17.6,
    "approved_words": 345,
    "approved_words_percent": 18.6,
    "approved_chars": 1987,
    "approved_chars_percent": 18.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://weblate.tusky.app/projects/tusky/tusky-app/ko/",
    "translate_url": "https://weblate.tusky.app/translate/tusky/tusky-app/ko/"
}