Near-Earth Asteroids
Learn how to get information about the asteroids hovering near Earth using the Asteroids NeoWs API.
We'll cover the following...
Asteroids are large space rocks that have been floating in space since the
All asteroid data
The base URL https://api.nasa.gov/neo/rest/v1/neo/browse
is used to get all the available information about near-Earth asteroids from the NASA archives.
This endpoint has only one query parameter, shown in the following table:
Request Parameters
Query Parameters | Type | Category | Description |
| String | Required | The API key used to validate the request |
The ...