ConsoleCatalog
Sign in
Allmenus logo

Allmenus

allmenus.comFood Diningno auth

Restaurant search by city, menus with dish prices, and cuisine filters.

City Restaurant Listing

ASYNCREADNo auth

Returns a city's restaurant guide with cuisine filters and restaurant links.

ParametersFormJSON

US state URL path segment (e.g. ny for New York)

City URL path segment (e.g. new-york for New York, NY)

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": "act_allmenus_com_city_restaurant_listing",
    "params": {
      "state_slug": "ny",
      "city_slug": "new-york"
    }
  }'