Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 252,
            "total_words": 1186,
            "last_change": null,
            "recent_changes": 0,
            "translated": 252,
            "translated_words": 1186,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 7340,
            "translated_chars_percent": 100.0,
            "total_chars": 7340,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.ops404.it/projects/ooops-sale/ooops_sale_building_site/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-sale/ooops_sale_building_site/en/"
        },
        {
            "total": 252,
            "total_words": 1186,
            "last_change": "2023-09-27T15:44:40.108265Z",
            "recent_changes": 1,
            "translated": 174,
            "translated_words": 859,
            "translated_percent": 69.0,
            "translated_words_percent": 72.4,
            "translated_chars": 5188,
            "translated_chars_percent": 70.6,
            "total_chars": 7340,
            "fuzzy": 16,
            "fuzzy_percent": 6.3,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "it",
            "name": "Italian",
            "url": "http://weblate.ops404.it/projects/ooops-sale/ooops_sale_building_site/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-sale/ooops_sale_building_site/it/"
        }
    ]
}