TravelyfeHelp
EntwicklerReferenceExplore

Explore In The Apps

GET
/v1/app/explore

Explore as the Travelyfe apps draw it. With no token, or the public key, the ranked deck deck (0 to 9) is the same for every visitor and is served from a cache near you. Signed in, the deck is ranked by your seed and leaves out what you disliked or blocked. With q, a text search; with filter=following, the people you follow (signed in); with ids, up to 200 comma-separated itinerary ids, those of them on Explore (signed in).

Only available to the Travelyfe apps. Tokens issued to other apps receive forbidden.

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Query Parameters

deck?integer

Signed out: which of the ten shuffled decks.

seed?integer

Signed in: the order of your deck, the same for every page.

q?string

Search text.

filter?"following"

following.

Value in

  • "following"
ids?string

Comma-separated itinerary ids.

size?integer

Up to 60. Defaults to 12.

offset?integer

Rows to skip. Defaults to 0.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/app/explore"
[  {}]