ConsoleCatalog
Sign in
Expatistan logo

Expatistan

expatistan.comTravelno auth

Cost-of-living comparisons with category breakdowns and city indices.

City Cost Comparison

ASYNCREADNo auth

Returns cost-of-living comparison between two cities with per-category prices and overall difference.

ParametersFormJSON

Source city URL slug for the comparison (e.g. bangalore, london)

Destination city URL slug to compare against the source city

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_expatistan_com_city_cost_comparison",
    "params": {
      "source_city": "bangalore",
      "destination_city": "new-york-city"
    }
  }'