Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 2011,
            "total_words": 6410,
            "last_change": "2024-01-14T13:14:14.738834Z",
            "recent_changes": 1,
            "translated": 2011,
            "translated_words": 6410,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 37210,
            "translated_chars_percent": 100.0,
            "total_chars": 37210,
            "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/gui-32/de/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/gui-32/de/"
        },
        {
            "total": 2011,
            "total_words": 6410,
            "last_change": null,
            "recent_changes": 0,
            "translated": 2011,
            "translated_words": 6410,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 37210,
            "translated_chars_percent": 100.0,
            "total_chars": 37210,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 21,
            "failing_percent": 1.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 2011,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate.dmxcontrol-projects.org/projects/dmxcontrol-3/gui-32/en/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/gui-32/en/"
        },
        {
            "total": 2011,
            "total_words": 6410,
            "last_change": "2023-08-29T14:59:06.280624Z",
            "recent_changes": 1,
            "translated": 4,
            "translated_words": 6,
            "translated_percent": 0.1,
            "translated_words_percent": 0.1,
            "translated_chars": 32,
            "translated_chars_percent": 0.1,
            "total_chars": 37210,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3,
            "failing_percent": 0.1,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 11,
            "comments": 0,
            "code": "it",
            "name": "Italian",
            "url": "https://translate.dmxcontrol-projects.org/projects/dmxcontrol-3/gui-32/it/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/gui-32/it/"
        },
        {
            "total": 2011,
            "total_words": 6410,
            "last_change": "2024-02-08T00:48:56.510895Z",
            "recent_changes": 294,
            "translated": 1736,
            "translated_words": 4890,
            "translated_percent": 86.3,
            "translated_words_percent": 76.2,
            "translated_chars": 28435,
            "translated_chars_percent": 76.4,
            "total_chars": 37210,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 64,
            "failing_percent": 3.1,
            "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/gui-32/ja/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/gui-32/ja/"
        }
    ]
}