Launch Library Upcoming Launches API Documentation App Gallery Overview Agency Agency Type Calendar Event Type Launch Launch Event Launch Status Location Mission Mission Event Mission Type Pad Rocket Rocket Event Rocket Family Looking for the 1.1 api documentation? Click here Launch Library Reading API Overview All API calls should be made with HTTP GET. Request data is passed in one of two ways: 1. An ID or name can be passed in via the URL line. For example /launch/5 or launch/Falcon. 2. Via URL Parameters, as listed below. Many URL Parameters can be repeated to provide a list. For example /launch?id=4&id=9 Text searching is case insensitive. Omitting parameters for each type will usually return a list of 10 objects, but not always. Sometimes it will be more (or all in the case of types), sometimes it will error and tell you what is necessary. Getting 403s? Y...