{
    "schema": "https://schema.org/WebAPI",
    "name": "HytaleList.eu – AI Actions 2026",
    "version": "2.1.0",
    "generated": "2026-09-18T19:00:21+00:00",
    "content-valid-until": "2026-09-25",
    "actions": [
        {
            "id": "search",
            "type": "SearchAction",
            "description": "Search Hytale servers by keyword, game mode, or region.",
            "endpoint": "https://hytalelist.eu/api/search?q={query}&limit={limit}",
            "method": "GET",
            "parameters": {
                "q": {
                    "type": "string",
                    "required": true,
                    "description": "Search query"
                },
                "limit": {
                    "type": "integer",
                    "required": false,
                    "default": 10,
                    "max": 50
                }
            },
            "returns": "application/json"
        },
        {
            "id": "get_server_list",
            "type": "ReadAction",
            "description": "Get full list of active Hytale servers. Total: 14 servers as of 2026-09-18.",
            "endpoint": "https://hytalelist.eu/ai/servers.json",
            "method": "GET",
            "returns": "application/json"
        },
        {
            "id": "get_summary",
            "type": "ReadAction",
            "description": "Get structured site summary with entity facts.",
            "endpoint": "https://hytalelist.eu/ai/summary.json",
            "method": "GET",
            "returns": "application/json"
        },
        {
            "id": "get_facts",
            "type": "ReadAction",
            "description": "Get verifiable facts with confidence scores and verification dates.",
            "endpoint": "https://hytalelist.eu/ai/facts.json",
            "method": "GET",
            "returns": "application/json"
        },
        {
            "id": "get_faq",
            "type": "ReadAction",
            "description": "Get FAQ with answer-first structure optimized for AI extraction.",
            "endpoint": "https://hytalelist.eu/ai/faq.json",
            "method": "GET",
            "returns": "application/json"
        },
        {
            "id": "realtime_events",
            "type": "SubscribeAction",
            "description": "Subscribe to real-time server status events via Server-Sent Events.",
            "endpoint": "https://hytalelist.eu/api/events",
            "method": "GET",
            "protocol": "text/event-stream",
            "returns": "text/event-stream"
        }
    ],
    "permissions": {
        "summarization": "allowed",
        "citation": "allowed",
        "extraction": "allowed",
        "training": "prohibited",
        "attribution_required": true
    }
}