Translation components API.

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

GET /api/components/ooops-sale/prt_sale_order_signature/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 25,
            "total_words": 61,
            "last_change": null,
            "recent_changes": 0,
            "translated": 25,
            "translated_words": 61,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 393,
            "translated_chars_percent": 100.0,
            "total_chars": 393,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.ops404.it/projects/ooops-sale/prt_sale_order_signature/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-sale/prt_sale_order_signature/en/"
        },
        {
            "total": 25,
            "total_words": 61,
            "last_change": "2021-04-09T16:14:21.036042Z",
            "recent_changes": 1,
            "translated": 22,
            "translated_words": 55,
            "translated_percent": 88.0,
            "translated_words_percent": 90.1,
            "translated_chars": 337,
            "translated_chars_percent": 85.7,
            "total_chars": 393,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "it",
            "name": "Italian",
            "url": "http://weblate.ops404.it/projects/ooops-sale/prt_sale_order_signature/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-sale/prt_sale_order_signature/it/"
        }
    ]
}