Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 148,
            "total_words": 331,
            "last_change": null,
            "recent_changes": 0,
            "translated": 148,
            "translated_words": 331,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2287,
            "translated_chars_percent": 100.0,
            "total_chars": 2287,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/web_google_maps/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/web_google_maps/en/"
        },
        {
            "total": 137,
            "total_words": 294,
            "last_change": null,
            "recent_changes": 0,
            "translated": 40,
            "translated_words": 177,
            "translated_percent": 29.1,
            "translated_words_percent": 60.2,
            "translated_chars": 1091,
            "translated_chars_percent": 56.4,
            "total_chars": 1933,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "fr",
            "name": "French",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/web_google_maps/fr/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/web_google_maps/fr/"
        },
        {
            "total": 15,
            "total_words": 45,
            "last_change": "2023-06-26T13:19:13.090396Z",
            "recent_changes": 1,
            "translated": 3,
            "translated_words": 6,
            "translated_percent": 20.0,
            "translated_words_percent": 13.3,
            "translated_chars": 30,
            "translated_chars_percent": 7.6,
            "total_chars": 394,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "it",
            "name": "Italian",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/web_google_maps/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/web_google_maps/it/"
        }
    ]
}