trips_overlaps
GET /trips/overlaps — Find overlapping trips
Find other members whose trips overlap with yours by city + date range. This is a narrow date-window match, NOT the AI-ranked discovery pool. For the full set of DCers you could meet on a trip — including locals in town and AI-written "why you should meet them" summaries — fetch GET /trips/:tripID/discovery (or GET /trips/:tripID, which embeds the same discovery block). The discovery pool is typically 5–10× larger than /trips/overlaps because it includes locals and event attendees in addition to date-overlap visitors, and it carries ranked top-10 picks with AI summaries that this endpoint does not.
Use /trips/overlaps for the simple "who is travelling here at the same time as me" question. Use /trips/:tripID/discovery for "who should I meet on this trip?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max trips to check (1-20) |