ConsoleCatalog
Sign in
Timeout logo

Timeout

timeout.comTravelno auth

Time Out - city guides for things to do, restaurants, hotels, and articles.

City Guide

ASYNCREADNo auth

Returns a city's guide with featured articles and editorial highlights.

ParametersFormJSON

City URL slug (e.g. paris, london, new-york)

Locale code for the city guide (e.g. en, fr)

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_timeout_com_city_guide_ssr",
    "params": {
      "city_slug": "paris",
      "locale": "en"
    }
  }'