Translation components API.

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

GET /api/components/dmxcontrol-3/dmx-plugins-32/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 45,
            "total_words": 94,
            "last_change": "2022-01-06T08:52:24.164366Z",
            "recent_changes": 2,
            "translated": 45,
            "translated_words": 94,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 633,
            "translated_chars_percent": 100.0,
            "total_chars": 633,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "de",
            "name": "German",
            "url": "https://translate.dmxcontrol-projects.org/projects/dmxcontrol-3/dmx-plugins-32/de/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/dmx-plugins-32/de/"
        },
        {
            "total": 45,
            "total_words": 94,
            "last_change": null,
            "recent_changes": 0,
            "translated": 45,
            "translated_words": 94,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 633,
            "translated_chars_percent": 100.0,
            "total_chars": 633,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 45,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate.dmxcontrol-projects.org/projects/dmxcontrol-3/dmx-plugins-32/en/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/dmx-plugins-32/en/"
        },
        {
            "total": 45,
            "total_words": 94,
            "last_change": "2024-01-01T07:25:02.340050Z",
            "recent_changes": 1,
            "translated": 23,
            "translated_words": 39,
            "translated_percent": 51.1,
            "translated_words_percent": 41.4,
            "translated_chars": 255,
            "translated_chars_percent": 40.2,
            "total_chars": 633,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "ja",
            "name": "Japanese",
            "url": "https://translate.dmxcontrol-projects.org/projects/dmxcontrol-3/dmx-plugins-32/ja/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/dmx-plugins-32/ja/"
        }
    ]
}