Translation components API.

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

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

{
    "total": 4647,
    "total_words": 57558,
    "total_chars": 398381,
    "last_change": "2024-02-28T18:02:33.880763Z",
    "recent_changes": 0,
    "translated": 2850,
    "translated_words": 23345,
    "translated_percent": 61.3,
    "translated_words_percent": 40.5,
    "translated_chars": 158525,
    "translated_chars_percent": 39.7,
    "fuzzy": 1322,
    "fuzzy_percent": 28.4,
    "fuzzy_words": 10503,
    "fuzzy_words_percent": 18.2,
    "fuzzy_chars": 71688,
    "fuzzy_chars_percent": 17.9,
    "failing": 384,
    "failing_percent": 8.2,
    "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": 295,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.fedoraproject.org/projects/freeipa/ipa-4-8/es/",
    "translate_url": "https://translate.fedoraproject.org/translate/freeipa/ipa-4-8/es/"
}