explore

Explore Region Module

A region-scoped explore rail ("Keep exploring in Japan"). label is the ladder label the client already renders (drill headers, trip-anchor labels) — keys are label-built on both bake and serve, so the vocabulary matches by construction. country scopes region-rung labels. trip_id stamps trip-rail serves for per-trip funnel attribution, and dates and places the rail: with it the city rung can say how far each card is from where the trip sleeps (before it starts) or from user_lat/user_lng (during it — the client's own fix, absent without permission). today is the device-local date, clamped server-side, so the before/during call matches the user's midnight. Empty items (never 404) when the region has no pool — the client hides the rail.

get/explore/regions/module

Query parameters

rung'country' | 'region' | 'city' required
labelstring required
countrystring nullable
kinteger
session_idstring nullable
surface'saved_tab_module' | 'region_drill' | 'home_tab_module'
trip_idstring uuid nullable
todaystring date nullable
user_latnumber nullable
user_lngnumber nullable

Headers

x-client-buildstring nullable

Response

Successful Response

request_idstring required
anchor_labelstring nullable
next_offsetinteger nullable

Changes