DéveloppeursReferenceExplore
Browse Explore
Everyone's itineraries shared to Explore. With no q, the ranked Explore feed. With q, a text search. With filter=following, itineraries from people you follow (needs a signed-in token).
AuthorizationBearer <token>
A Travelyfe access token.
In: header
Query Parameters
q?string
Search text.
filter?"following"
following for people you follow.
Value in
- "following"
limit?integer
Up to 50. Defaults to 25.
cursor?string
The nextCursor from the previous page. Never build one yourself.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/explore"{ "data": [ { "id": "string", "title": "string", "destination": "string", "summary": "string", "heroImageURL": "string", "startDate": "2019-08-24", "tags": [ "string" ], "visibility": "string", "role": "string", "dayCount": 0, "stopCount": 0, "author": {}, "updatedAt": "2019-08-24T14:15:22Z", "etag": "string" } ], "nextCursor": "string"}