Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 98,
            "total_words": 660,
            "last_change": null,
            "recent_changes": 0,
            "translated": 98,
            "translated_words": 660,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5148,
            "translated_chars_percent": 100.0,
            "total_chars": 5148,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 2.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 98,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate.dmxcontrol-projects.org/projects/dmxcontrol-3/installer-3-3/en/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/installer-3-3/en/"
        },
        {
            "total": 98,
            "total_words": 660,
            "last_change": "2023-08-01T21:41:39.277995Z",
            "recent_changes": 24,
            "translated": 98,
            "translated_words": 660,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5148,
            "translated_chars_percent": 100.0,
            "total_chars": 5148,
            "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/installer-3-3/de/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/installer-3-3/de/"
        },
        {
            "total": 98,
            "total_words": 660,
            "last_change": "2023-08-01T21:48:24.611165Z",
            "recent_changes": 36,
            "translated": 98,
            "translated_words": 660,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5148,
            "translated_chars_percent": 100.0,
            "total_chars": 5148,
            "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": "fr",
            "name": "French",
            "url": "https://translate.dmxcontrol-projects.org/projects/dmxcontrol-3/installer-3-3/fr/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/installer-3-3/fr/"
        },
        {
            "total": 98,
            "total_words": 660,
            "last_change": "2024-01-07T16:57:13.756459Z",
            "recent_changes": 5,
            "translated": 98,
            "translated_words": 660,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5148,
            "translated_chars_percent": 100.0,
            "total_chars": 5148,
            "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/installer-3-3/ja/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/installer-3-3/ja/"
        }
    ]
}