Translation components API.

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

GET /api/translations/freeipa/ipa-4-8/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 4657,
    "total_words": 57621,
    "total_chars": 398897,
    "last_change": "2021-01-26T13:59:19.557296Z",
    "recent_changes": 1,
    "translated": 1342,
    "translated_words": 5316,
    "translated_percent": 28.8,
    "translated_words_percent": 9.2,
    "translated_chars": 34410,
    "translated_chars_percent": 8.6,
    "fuzzy": 1556,
    "fuzzy_percent": 33.4,
    "fuzzy_words": 6768,
    "fuzzy_words_percent": 11.7,
    "fuzzy_chars": 44990,
    "fuzzy_chars_percent": 11.2,
    "failing": 400,
    "failing_percent": 8.5,
    "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": 274,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.fedoraproject.org/projects/freeipa/ipa-4-8/de/",
    "translate_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/de/"
}