> 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-broad-events-data.md).

# Fetch Broad Events Data

## GET /advertiser/v1/widgets/broad

> Get Broad Market Overview

```json
{"openapi":"3.0.0","info":{"title":"Gemified Advertiser API","version":"1.0.0"},"servers":[{"url":"https://api.gemified.io"}],"paths":{"/advertiser/v1/widgets/broad":{"get":{"tags":["Fetch Broad Events Data"],"summary":"Get Broad Market Overview","parameters":[{"name":"x-advertiser-id","in":"header","required":true,"schema":{"type":"string"}},{"name":"x-api-key","in":"header","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful response with global market stats","content":{"application/json":{}}}}}}}}
```
