Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrosfilipe/rocket-lab-api
:rocket: An Open Source REST API for rocket and launch data
https://github.com/barrosfilipe/rocket-lab-api
api electron lab nasa nodejs rest-api rocket rocket-lab rocket-lab-api space space-program
Last synced: about 3 hours ago
JSON representation
:rocket: An Open Source REST API for rocket and launch data
- Host: GitHub
- URL: https://github.com/barrosfilipe/rocket-lab-api
- Owner: barrosfilipe
- License: mit
- Archived: true
- Created: 2018-11-15T22:37:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T18:48:58.000Z (almost 3 years ago)
- Last Synced: 2024-12-06T22:29:59.762Z (about 1 month ago)
- Topics: api, electron, lab, nasa, nodejs, rest-api, rocket, rocket-lab, rocket-lab-api, space, space-program
- Language: JavaScript
- Homepage: https://rocketlab-api.now.sh/v1/launches
- Size: 1.87 MB
- Stars: 18
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Image from It's Business Time Rocket Lab Mission
Rocket Lab REST API
An Open Source REST API for rocket and launch data
## Usage
**Example Response**
```bash
curl -s https://rocketlab-api.now.sh/v1/launches/latest | jq
``````json
{
"flight_number": 4,
"mission_name": "ELaNa 19",
"upcoming": false,
"launch_year": "2018",
"launch_date_unix": 1544941980,
"launch_date_utc": "2018-12-16T06:33:00.000Z",
"launch_date_local": "2018-12-16T18:33:00.000Z",
"rocket": {
"name": "Electron",
"first_stage": { "engines": 9, "type": "Rutherford" },
"second_stage": { "engines": 1, "type": "Rutherford" },
"kick_stage": { "engines": 1, "type": "Curie" },
"payloads": [
{
"norad_id": null,
"name": "ALBUS",
"nationality": "United States",
"configuration": "CubeSat",
"type": ["Technology"],
"customer_name": "NASA",
"manufacturer": "NASA Glenn Research Center",
"mass_kg": 5,
"orbit": "LEO"
},
{
"norad_id": null,
"name": "CeREs",
"nationality": "United States",
"configuration": "CubeSat",
"type": ["Magnetospheric Research"],
"customer_name": "NASA",
"manufacturer": "NASA Goddard Space Flight Center",
"mass_kg": 4,
"orbit": "LEO"
},
{
"norad_id": 43855,
"name": "CHOMPTT",
"nationality": "United States",
"configuration": "CubeSat",
"type": ["Technology"],
"customer_name": "NASA",
"manufacturer": "University of Florida",
"mass_kg": 1,
"orbit": "LEO"
},
{
"norad_id": null,
"name": "CubeSail",
"nationality": "United States",
"configuration": "CubeSat",
"type": ["Technology"],
"customer_name": "NASA",
"manufacturer": "University of Illinois at Urbana-Champaign",
"mass_kg": null,
"orbit": "LEO"
},
{
"norad_id": 43857,
"name": "DaVinci",
"nationality": "United States",
"configuration": "CubeSat",
"type": ["Technology", "Educational"],
"customer_name": "NASA",
"manufacturer": "North Idaho STEM Charter Academy",
"mass_kg": 4,
"orbit": "LEO"
},
{
"norad_id": null,
"name": "ISX",
"nationality": "United States",
"configuration": "CubeSat",
"type": ["Techology"],
"customer_name": "NASA",
"manufacturer": "SRI International/ California Polytechnic University",
"mass_kg": 4,
"orbit": "LEO"
},
{
"norad_id": null,
"name": "NMTSat",
"nationality": "United States",
"configuration": "CubeSat",
"type": ["Technology", "Magnetospheric Research"],
"customer_name": "NASA",
"manufacturer": "New Mexico Institute of Mining and Technology",
"mass_kg": 4,
"orbit": "LEO"
},
{
"norad_id": null,
"name": "RSat",
"nationality": "United States",
"configuration": "CubeSat",
"type": ["Technology"],
"customer_name": "NASA",
"manufacturer": "United States Naval Academy",
"mass_kg": null,
"orbit": "LEO"
},
{
"norad_id": null,
"name": "Shields-1",
"nationality": "United States",
"configuration": "CubeSat",
"type": ["Technology"],
"customer_name": "NASA",
"manufacturer": "NASA Langley Research Center",
"mass_kg": null,
"orbit": "LEO"
},
{
"norad_id": 43852,
"name": "STF-1",
"nationality": "United States",
"configuration": "CubeSat",
"type": ["Technology"],
"customer_name": "NASA",
"manufacturer": "West Virginia University / NASA IV&V",
"mass_kg": 4,
"orbit": "LEO"
}
]
},
"telemetry": null,
"launch_site": {
"name": "Mahia LC-1",
"name_long": "Rocket Lab Launch Complex 1"
},
"launch_success": true,
"links": {
"articles": [
"https://www.nasa.gov/content/upcoming-elana-cubesat-launches",
"https://www.rocketlabusa.com/news/updates/rocket-lab-successfully-launches-nasa-cubesats-to-orbit-on-first-ever-venture-class-launch-services-mission/",
"https://www.rocketlabusa.com/assets/Uploads/NASA-ELANA19-Presskit-December2019.pdf"
],
"videos": [
"https://www.youtube.com/watch?v=CebXCobtIgc",
"https://www.youtube.com/watch?v=F7Kr3664hJs"
],
"mission_patch": {
"original": "https://images2.imgbox.com/a8/ab/IhwIB4WV_o.png",
"small": "https://images2.imgbox.com/90/ad/dmLQd3cD_o.png"
}
},
"details": "The Launch Services Program (LSP) at NASA's Kennedy Space Center in Florida manages a fun and unique program known as Educational Launch of Nanosatellites or ELaNa. This program enables students in the Science, Technology, Engineering and Mathematics fields to work directly with Nanosatellites and NASA. The students are involved in all aspects of the process from Development to Assembly and testing. CubeSats are small 10x10x10 CM (About 4 Inche Cube) satellites that can do a multitude of tasks once they are released in space. These ELaNa missions are the first Educational Cargo to be carried on launch vehicles for LSP."
}```
## Contributions
See the [contribution](https://github.com/barrosfilipe/Rocket-Lab-API/blob/master/CONTRIBUTING.md) guide for detailed steps## Documentation
See the `v1 documentation` [here](https://github.com/barrosfilipe/Rocket-Lab-API/blob/master/docs/v1)## Local Development
Follow the quick guide [here](https://github.com/barrosfilipe/Rocket-Lab-API/blob/master/docs/development.md)## Technical Details
* Deployed on [▲ZEIT](https://zeit.co/)
* Using [Node.js](https://nodejs.org/en/) with the [Express](https://expressjs.com/) framework
* Using [Jest](https://facebook.github.io/jest/) and [Supertest](https://github.com/visionmedia/supertest) for tests
* All data stored in a [MongoDB Atlas](https://www.mongodb.com/cloud/atlas) 3 node replica set cluster
* Latest database with MongoDB collections in JSON files available [here](https://drive.google.com/file/d/1Cpn0DpeKrPz-wyjKqkVL82qBb1zj9BYK/view)## FAQ's
* If you have any questions or corrections, please open an issue and we'll get it merged ASAP
* All data and photos are property of [ROCKET LAB USA](https://www.rocketlabusa.com/)
* I am not affiliated with Rocket Lab in any way, shape, form, or fashion. Just a fun side project for me
* For any other questions or concerns, just shoot me an email
* Yes, this project is inspired by [SpaceX-API](https://github.com/r-spacex/SpaceX-API/)## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbarrosfilipe%2FRocket-Lab-API.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbarrosfilipe%2FRocket-Lab-API?ref=badge_large)