ConsoleCatalog
Sign in
BookMyShow logo

BookMyShow

in.bookmyshow.comEntertainmentno auth

India movie listings, showtimes, offers, and event discovery.

Discover Home

ASYNCREADNo auth

Returns homepage content for a city including movies and events.

ParametersFormJSON

BMS region code e.g. `"BANG"`, `"MUMBAI"`

URL slug e.g. `"bengaluru"`, `"mumbai"`

Latitude

Longitude

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "bms_discover_home",
    "params": {
      "region_code": "BANG",
      "region_slug": "bengaluru",
      "lat": "12.971599",
      "lon": "77.594563"
    }
  }'