Translation components API.

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

GET /api/translations/libosinfo/osinfo-db/fr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1309,
    "total_words": 3933,
    "total_chars": 23892,
    "last_change": "2024-04-26T05:55:38.193574Z",
    "recent_changes": 7,
    "translated": 975,
    "translated_words": 2869,
    "translated_percent": 74.4,
    "translated_words_percent": 72.9,
    "translated_chars": 17341,
    "translated_chars_percent": 72.5,
    "fuzzy": 288,
    "fuzzy_percent": 22.0,
    "fuzzy_words": 944,
    "fuzzy_words_percent": 24.0,
    "fuzzy_chars": 5824,
    "fuzzy_chars_percent": 24.3,
    "failing": 412,
    "failing_percent": 31.4,
    "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": 203,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.fedoraproject.org/projects/libosinfo/osinfo-db/fr/",
    "translate_url": "https://translate.fedoraproject.org/translate/libosinfo/osinfo-db/fr/"
}