Technology
Close Approach Data
Provides current close-approach data for all asteroids and comets in JPL’s database.
2
Endpoints
—
Status
—
Latency
CODE EXAMPLES
JavaScript (Fetch)
fetch('https://ssd-api.jpl.nasa.gov/cad.api?dist-max=0.05&date-min=now', {
method: 'GET',
headers: {},
})
.then(response => response.json())
.then(data => console.log(data));cURL
curl -X GET 'https://ssd-api.jpl.nasa.gov/cad.api?dist-max=0.05&date-min=now'Close Approach Data
0.0%
TECHNOLOGY
Provides current close-approach data for all asteroids and comets in JPL’s database.
PERFORMANCE TELEMETRY
RATE LIMITS
API TESTING INTERFACE
READY
SIGN IN TO EXECUTE TEST
Please sign in to test API endpoints
RESPONSE TELEMETRY
Execute API test to view telemetry data