Translation components API.

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

GET /api/components/controlcenter/frontend/statistics/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 247,
            "total_words": 1163,
            "last_change": null,
            "recent_changes": 0,
            "translated": 247,
            "translated_words": 1163,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 8503,
            "translated_chars_percent": 100.0,
            "total_chars": 8503,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 9,
            "failing_percent": 3.6,
            "code": "en",
            "name": "English",
            "url": "https://translate.lightmeter.io/projects/controlcenter/frontend/en/",
            "translate_url": "https://translate.lightmeter.io/translate/controlcenter/frontend/en/"
        },
        {
            "total": 247,
            "total_words": 1163,
            "last_change": "2020-12-22T09:45:32.882059Z",
            "recent_changes": 5,
            "translated": 57,
            "translated_words": 143,
            "translated_percent": 23.0,
            "translated_words_percent": 12.2,
            "translated_chars": 1065,
            "translated_chars_percent": 12.5,
            "total_chars": 8503,
            "fuzzy": 32,
            "fuzzy_percent": 12.9,
            "failing": 7,
            "failing_percent": 2.8,
            "code": "pt_BR",
            "name": "Portuguese (Brazil)",
            "url": "https://translate.lightmeter.io/projects/controlcenter/frontend/pt_BR/",
            "translate_url": "https://translate.lightmeter.io/translate/controlcenter/frontend/pt_BR/"
        },
        {
            "total": 247,
            "total_words": 1163,
            "last_change": "2021-02-16T18:31:59.903426Z",
            "recent_changes": 8,
            "translated": 40,
            "translated_words": 74,
            "translated_percent": 16.1,
            "translated_words_percent": 6.3,
            "translated_chars": 499,
            "translated_chars_percent": 5.8,
            "total_chars": 8503,
            "fuzzy": 16,
            "fuzzy_percent": 6.4,
            "failing": 1,
            "failing_percent": 0.4,
            "code": "sq",
            "name": "Albanian",
            "url": "https://translate.lightmeter.io/projects/controlcenter/frontend/sq/",
            "translate_url": "https://translate.lightmeter.io/translate/controlcenter/frontend/sq/"
        },
        {
            "total": 247,
            "total_words": 1163,
            "last_change": "2023-01-24T21:20:42.415731Z",
            "recent_changes": 70,
            "translated": 70,
            "translated_words": 165,
            "translated_percent": 28.3,
            "translated_words_percent": 14.1,
            "translated_chars": 1220,
            "translated_chars_percent": 14.3,
            "total_chars": 8503,
            "fuzzy": 34,
            "fuzzy_percent": 13.7,
            "failing": 7,
            "failing_percent": 2.8,
            "code": "es_US",
            "name": "Spanish (American)",
            "url": "https://translate.lightmeter.io/projects/controlcenter/frontend/es_US/",
            "translate_url": "https://translate.lightmeter.io/translate/controlcenter/frontend/es_US/"
        },
        {
            "total": 247,
            "total_words": 1163,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 8503,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "de",
            "name": "German",
            "url": "https://translate.lightmeter.io/projects/controlcenter/frontend/de/",
            "translate_url": "https://translate.lightmeter.io/translate/controlcenter/frontend/de/"
        },
        {
            "total": 247,
            "total_words": 1163,
            "last_change": "2021-02-17T10:45:38.712704Z",
            "recent_changes": 5,
            "translated": 66,
            "translated_words": 139,
            "translated_percent": 26.7,
            "translated_words_percent": 11.9,
            "translated_chars": 1006,
            "translated_chars_percent": 11.8,
            "total_chars": 8503,
            "fuzzy": 34,
            "fuzzy_percent": 13.7,
            "failing": 7,
            "failing_percent": 2.8,
            "code": "el",
            "name": "Greek",
            "url": "https://translate.lightmeter.io/projects/controlcenter/frontend/el/",
            "translate_url": "https://translate.lightmeter.io/translate/controlcenter/frontend/el/"
        }
    ]
}