Translation components API.

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

GET /api/translations/guix/packages/oc/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 5710,
    "total_words": 125699,
    "total_chars": 828366,
    "last_change": "2023-03-10T18:29:18.184924Z",
    "recent_changes": 1,
    "translated": 1,
    "translated_words": 11,
    "translated_percent": 0.1,
    "translated_words_percent": 0.1,
    "translated_chars": 68,
    "translated_chars_percent": 0.1,
    "fuzzy": 34,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 206,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 1476,
    "fuzzy_chars_percent": 0.1,
    "failing": 22,
    "failing_percent": 0.3,
    "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": 0,
    "comments": 0,
    "code": "oc",
    "name": "Occitan",
    "url": "https://translate.fedoraproject.org/projects/guix/packages/oc/",
    "translate_url": "https://translate.fedoraproject.org/translate/guix/packages/oc/"
}