Skip to content

Launches

Vinay Phadnis edited this page Aug 17, 2018 · 1 revision

Get latest launch:

launch_data = spacexpython.launches.latest()
print(launch_data)

Get the next Launch:

launch_data = spacexpython.launches.next()
print(launch_data)

Get all upcoming launches:

launch_data = spacexpython.launches.upcoming()
print(launch_data)

Get all upcoming and past launches:

launch_data = spacexpython.launches.launches()
print(launch_data)

Home

Wrapper Usage

Endpoints

Clone this wiki locally