ConsoleCatalog
Sign in
Axs logo

Axs

axs.comEntertainmentno auth

Concert, sports, and live event tickets with venues and dates.

Market Location Search

ASYNCREADNo auth

Searches event markets by city and returns matching metro locations with geo bounds.

ParametersFormJSON

City or market name to search (searchQuery query param)

Anchor latitude for the location search (Geo.Lat query param)

Anchor longitude for the location search (Geo.Lng query param)

cost: 2 credits · 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": "act_axs_com_market_location_search",
    "params": {
      "search_query": "los angeles",
      "geo_lat": "34.052",
      "geo_lng": "-118.244"
    }
  }'