Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 19,
            "total_words": 132,
            "last_change": null,
            "recent_changes": 0,
            "translated": 19,
            "translated_words": 132,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 778,
            "translated_chars_percent": 100.0,
            "total_chars": 778,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 19,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate.dmxcontrol-projects.org/projects/dmxcontrol-3/dmxclauncher/en/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/dmxclauncher/en/"
        },
        {
            "total": 19,
            "total_words": 132,
            "last_change": "2022-01-08T21:17:00.201417Z",
            "recent_changes": 15,
            "translated": 19,
            "translated_words": 132,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 778,
            "translated_chars_percent": 100.0,
            "total_chars": 778,
            "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/dmxclauncher/de/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/dmxclauncher/de/"
        },
        {
            "total": 19,
            "total_words": 132,
            "last_change": "2023-08-29T14:57:41.978798Z",
            "recent_changes": 6,
            "translated": 19,
            "translated_words": 132,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 778,
            "translated_chars_percent": 100.0,
            "total_chars": 778,
            "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/dmxclauncher/fr/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/dmxclauncher/fr/"
        },
        {
            "total": 19,
            "total_words": 132,
            "last_change": "2023-08-29T14:59:50.178732Z",
            "recent_changes": 8,
            "translated": 19,
            "translated_words": 132,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 778,
            "translated_chars_percent": 100.0,
            "total_chars": 778,
            "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": "it",
            "name": "Italian",
            "url": "https://translate.dmxcontrol-projects.org/projects/dmxcontrol-3/dmxclauncher/it/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/dmxclauncher/it/"
        },
        {
            "total": 19,
            "total_words": 132,
            "last_change": "2024-01-07T16:53:50.541116Z",
            "recent_changes": 1,
            "translated": 19,
            "translated_words": 132,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 778,
            "translated_chars_percent": 100.0,
            "total_chars": 778,
            "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/dmxclauncher/ja/",
            "translate_url": "https://translate.dmxcontrol-projects.org/translate/dmxcontrol-3/dmxclauncher/ja/"
        }
    ]
}