Translation components API.

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

GET /api/components/wadb/application/statistics/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 23,
    "next": null,
    "previous": "https://weblate.rikka.app/api/components/wadb/application/statistics/?format=api",
    "results": [
        {
            "total": 37,
            "total_words": 175,
            "last_change": "2024-09-01T05:30:01.609282Z",
            "recent_changes": 22,
            "translated": 21,
            "translated_words": 114,
            "translated_percent": 56.7,
            "translated_words_percent": 65.1,
            "translated_chars": 895,
            "translated_chars_percent": 71.0,
            "total_chars": 1260,
            "fuzzy": 1,
            "fuzzy_percent": 2.7,
            "failing": 18,
            "failing_percent": 48.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 1,
            "readonly_percent": 2.7,
            "suggestions": 0,
            "comments": 0,
            "code": "ms",
            "name": "Malay",
            "url": "https://weblate.rikka.app/projects/wadb/application/ms/",
            "translate_url": "https://weblate.rikka.app/translate/wadb/application/ms/"
        },
        {
            "total": 37,
            "total_words": 175,
            "last_change": "2024-10-08T01:30:05.436796Z",
            "recent_changes": 41,
            "translated": 37,
            "translated_words": 175,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1260,
            "translated_chars_percent": 100.0,
            "total_chars": 1260,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 1,
            "readonly_percent": 2.7,
            "suggestions": 0,
            "comments": 0,
            "code": "lv",
            "name": "Latvian",
            "url": "https://weblate.rikka.app/projects/wadb/application/lv/",
            "translate_url": "https://weblate.rikka.app/translate/wadb/application/lv/"
        },
        {
            "total": 37,
            "total_words": 175,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 2.7,
            "translated_words_percent": 0.5,
            "translated_chars": 4,
            "translated_chars_percent": 0.3,
            "total_chars": 1260,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 1,
            "readonly_percent": 2.7,
            "suggestions": 0,
            "comments": 0,
            "code": "enm",
            "name": "English (Middle)",
            "url": "https://weblate.rikka.app/projects/wadb/application/enm/",
            "translate_url": "https://weblate.rikka.app/translate/wadb/application/enm/"
        }
    ]
}