Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 7,
            "total_words": 15,
            "last_change": null,
            "recent_changes": 0,
            "translated": 7,
            "translated_words": 15,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 85,
            "translated_chars_percent": 100.0,
            "total_chars": 85,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.ops404.it/projects/ooops-purchase-14-0/ooops_purchase_last_price_info_triple_discount/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-purchase-14-0/ooops_purchase_last_price_info_triple_discount/en/"
        },
        {
            "total": 7,
            "total_words": 15,
            "last_change": "2025-03-19T09:22:41.049874Z",
            "recent_changes": 7,
            "translated": 7,
            "translated_words": 15,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 85,
            "translated_chars_percent": 100.0,
            "total_chars": 85,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "it",
            "name": "Italian",
            "url": "http://weblate.ops404.it/projects/ooops-purchase-14-0/ooops_purchase_last_price_info_triple_discount/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-purchase-14-0/ooops_purchase_last_price_info_triple_discount/it/"
        }
    ]
}