Travel

# All the Flight Deals

# Flight Deals

Author: @HenryQW

Example: https://rsshub.app/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.app/atfd/us+new york. Multiple origins are supported via a comma separated string, eg. us+new york,gb+london, https://rsshub.app/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

Author: @chazeon

Example: https://rsshub.app/brooklynmuseum/exhibitions

Route: /brooklynmuseum/exhibitions/:state?

Parameters:

  • state, optional - state of the exhibition: currentpast, or upcoming, the default value is current

# Hopper

# Flight Deals

Author: @HenryQW

Example: https://rsshub.app/hopper/1/LHR/PEK

Route: /hopper/:lowestOnly/:from/:to?

Parameters:

  • lowestOnly, required - set to 1 will return the cheapest deal only, instead of all deals, so you don't get spammed
  • from, required - origin airport IATA code
  • to, optional - destination airport IATA code, if unset the destination will be set to anywhere

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

Author: @chazeon

Example: https://rsshub.app/mcachicago/exhibitions

Route: /mcachicago/exhibitions

Parameters: N/A

# New Museum

Author: @chazeon

Example: https://rsshub.app/newmuseum/exhibitions

Route: /newmuseum/exhibitions

Parameters: N/A

# Solomon R. Guggenheim Museum

Author: @chazeon

Example: https://rsshub.app/guggenheim/exhibitions

Route: /guggenheim/exhibitions

Parameters: N/A

# The Jewish Museum

Author: @chazeon

Example: https://rsshub.app/jewishmuseum/exhibitions

Route: /jewishmuseum/exhibitions

Parameters: N/A

# The Metropolitan Museum of Art

Strict anti-crawler policy

Author: @chazeon

Example: https://rsshub.app/metmuseum/exhibitions

Route: /metmusem/exhibitions/:state?

Parameters:

  • state, optional - state of the exhibition: currentpast, or upcoming, the default value is current