Travel
# All the Flight Deals
# Flight Deals
Example: https://rsshub.ranlychan.top/atfd/us+new%20york,gb+london/1
Route: /atfd/:locations/:nearby?
Parameters:
locations
, required - the departing city, consists of an 「ISO 3166-1 country code」 and a 「city name」. Origin's ISO 3166-1 country code + city name, eg.us+new york
, https://rsshub.ranlychan.top/atfd/us+new york. Multiple origins are supported via a comma separated string, eg.us+new york,gb+london
, https://rsshub.ranlychan.top/atfd/us+new york,gb+london/.nearby
, optional - whether includes nearby airports, optional value of 0 or 1, default to 0 (exclude nearby airports)
For ISO 3166-1 country codes please refer to Wikipedia ISO_3166-1 (opens new window)
TIP
If the city name contains a space like Mexico City
, replace the space with %20
, Mexico%20City
.
# Brooklyn Museum
Example: https://rsshub.ranlychan.top/brooklynmuseum/exhibitions
Route: /brooklynmuseum/exhibitions/:state?
Parameters:
state
, optional - state of the exhibition:current
,past
, orupcoming
, the default value iscurrent
# Hopper
# Flight Deals
Example: https://rsshub.ranlychan.top/hopper/1/LHR/PEK
Route: /hopper/:lowestOnly/:from/:to?
Parameters:
lowestOnly
, required - set to1
will return the cheapest deal only, instead of all deals, so you don't get spammedfrom
, required - origin airport IATA codeto
, optional - destination airport IATA code, if unset the destination will be set toanywhere
This route returns a list of flight deals (in most cases, 6 flight deals) for a period defined by Hopper's algorithm, which means the travel date will be totally random (could be tomorrow or 10 months from now).
For airport IATA code please refer to Wikipedia List of airports by IATA code (opens new window)
# Museum of Contemporary Art Chicago
Example: https://rsshub.ranlychan.top/mcachicago/exhibitions
Route: /mcachicago/exhibitions
Parameters: N/A
# New Museum
Example: https://rsshub.ranlychan.top/newmuseum/exhibitions
Route: /newmuseum/exhibitions
Parameters: N/A
# Solomon R. Guggenheim Museum
Example: https://rsshub.ranlychan.top/guggenheim/exhibitions
Route: /guggenheim/exhibitions
Parameters: N/A
# The Jewish Museum
Example: https://rsshub.ranlychan.top/jewishmuseum/exhibitions
Route: /jewishmuseum/exhibitions
Parameters: N/A
# The Metropolitan Museum of Art
Example: https://rsshub.ranlychan.top/metmuseum/exhibitions
Route: /metmusem/exhibitions/:state?
Parameters:
state
, optional - state of the exhibition:current
,past
, orupcoming
, the default value iscurrent