{ "opencollection": "1.0.0", "info": { "name": "Sportradar Push Feeds Competitors WNBA Push API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "WNBA Push", "type": "folder" }, "items": [ { "info": { "name": "Subscribe to WNBA Push Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportradar.com/wnba/:access_level/stream/events/subscribe", "params": [ { "name": "access_level", "value": "", "type": "path", "description": "Sportradar access level for the requested package. Trial accounts use 'trial'; production customers use 'production'." }, { "name": "match", "value": "", "type": "query", "description": "Optional filter that restricts the stream to a single game. Provide the fully qualified Sportradar match identifier (for example, sd:match:b9cf745b-36a1-404e-8159-78d719742a6b)." } ] }, "docs": "Opens a long-lived HTTP chunked connection that streams real-time WNBA game events. Heartbeat messages are sent every five seconds when no new events are available. Use the optional match filter to limit the stream to a single game." }, { "info": { "name": "Subscribe to WNBA Push Statistics", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportradar.com/wnba/:access_level/stream/statistics/subscribe", "params": [ { "name": "access_level", "value": "", "type": "path", "description": "Sportradar access level for the requested package. Trial accounts use 'trial'; production customers use 'production'." }, { "name": "match", "value": "", "type": "query", "description": "Optional filter that restricts the stream to a single game. Provide the fully qualified Sportradar match identifier (for example, sd:match:b9cf745b-36a1-404e-8159-78d719742a6b)." } ] }, "docs": "Opens a long-lived HTTP chunked connection that streams real-time WNBA team and player statistics. Heartbeat messages are sent every five seconds when no new statistics are available." }, { "info": { "name": "Subscribe to WNBA Push Clock", "type": "http" }, "http": { "method": "GET", "url": "https://api.sportradar.com/wnba/:access_level/stream/clock/subscribe", "params": [ { "name": "access_level", "value": "", "type": "path", "description": "Sportradar access level for the requested package. Trial accounts use 'trial'; production customers use 'production'." }, { "name": "match", "value": "", "type": "query", "description": "Optional filter that restricts the stream to a single game. Provide the fully qualified Sportradar match identifier (for example, sd:match:b9cf745b-36a1-404e-8159-78d719742a6b)." } ] }, "docs": "Opens a long-lived HTTP chunked connection that streams real-time WNBA game clock updates. Heartbeat messages are sent every five seconds when no new clock data is available." } ] } ], "bundled": true }