Translation components API.

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

GET /api/components/ooops-apparel-vertical/ooops_apparel_color_folder_mgmt/statistics/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 185,
            "total_words": 699,
            "last_change": null,
            "recent_changes": 0,
            "translated": 185,
            "translated_words": 699,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4441,
            "translated_chars_percent": 100.0,
            "total_chars": 4441,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.ops404.it/projects/ooops-apparel-vertical/ooops_apparel_color_folder_mgmt/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-apparel-vertical/ooops_apparel_color_folder_mgmt/en/"
        },
        {
            "total": 185,
            "total_words": 699,
            "last_change": "2023-09-18T08:42:41.550813Z",
            "recent_changes": 1,
            "translated": 184,
            "translated_words": 698,
            "translated_percent": 99.4,
            "translated_words_percent": 99.8,
            "translated_chars": 4429,
            "translated_chars_percent": 99.7,
            "total_chars": 4441,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "it",
            "name": "Italian",
            "url": "http://weblate.ops404.it/projects/ooops-apparel-vertical/ooops_apparel_color_folder_mgmt/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-apparel-vertical/ooops_apparel_color_folder_mgmt/it/"
        }
    ]
}