> For the complete documentation index, see [llms.txt](https://docs.gemified.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gemified.net/widgets-api-reference/fetch-event-specific-data.md).

# Fetch Event Specific Data

## GET /advertiser/v1/widgets/specific/{event\_slug}

> Get Specific Prediction Market Data

```json
{"openapi":"3.0.0","info":{"title":"Gemified Advertiser API","version":"1.0.0"},"servers":[{"url":"https://api.gemified.io"}],"paths":{"/advertiser/v1/widgets/specific/{event_slug}":{"get":{"tags":["Fetch Event Specific Data"],"summary":"Get Specific Prediction Market Data","parameters":[{"name":"event_slug","in":"path","required":true,"schema":{"type":"string"}},{"name":"x-advertiser-id","in":"header","required":true,"schema":{"type":"string"}},{"name":"x-api-key","in":"header","required":true,"schema":{"type":"string"}},{"name":"limit","in":"query","schema":{"type":"integer"}}],"responses":{"200":{"description":"Successful response with detailed event outcomes","content":{"application/json":{}}}}}}}}
```
