Translation components API.

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

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

{
    "total": 25,
    "total_words": 138,
    "total_chars": 990,
    "last_change": "2021-01-30T22:09:24.123125Z",
    "recent_changes": 0,
    "translated": 8,
    "translated_words": 51,
    "translated_percent": 32.0,
    "translated_words_percent": 36.9,
    "translated_chars": 336,
    "translated_chars_percent": 33.9,
    "fuzzy": 12,
    "fuzzy_percent": 48.0,
    "fuzzy_words": 56,
    "fuzzy_words_percent": 40.5,
    "fuzzy_chars": 441,
    "fuzzy_chars_percent": 44.5,
    "failing": 1,
    "failing_percent": 4.0,
    "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": 1,
    "comments": 0,
    "code": "th",
    "name": "Thai",
    "url": "https://translate.fedoraproject.org/projects/pulseaudio/paprefs/th/",
    "translate_url": "https://translate.fedoraproject.org/translate/pulseaudio/paprefs/th/"
}