Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 11,
            "total_words": 15,
            "last_change": null,
            "recent_changes": 0,
            "translated": 11,
            "translated_words": 15,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 100,
            "translated_chars_percent": 100.0,
            "total_chars": 100,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.ops404.it/projects/ooops-tools/ooops_tools/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-tools/ooops_tools/en/"
        },
        {
            "total": 11,
            "total_words": 15,
            "last_change": "2021-05-20T09:58:51.342036Z",
            "recent_changes": 2,
            "translated": 10,
            "translated_words": 14,
            "translated_percent": 90.9,
            "translated_words_percent": 93.3,
            "translated_chars": 98,
            "translated_chars_percent": 98.0,
            "total_chars": 100,
            "fuzzy": 1,
            "fuzzy_percent": 9.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "it",
            "name": "Italian",
            "url": "http://weblate.ops404.it/projects/ooops-tools/ooops_tools/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-tools/ooops_tools/it/"
        }
    ]
}