Back to catalog
Cortexa research tool·structure·nasa_sbdb
NASASBDB Close Approaches
Query NASA's Close Approach Data (CAD) API for asteroids and comets making close approaches to Earth or other planets. Returns upcoming or historical close approaches with distances, velocities, and object properties. Useful for planetary defense research, monitoring near-Earth objects, and studying asteroid flybys. Distance units: AU (1 AU = 149.6 million km). Minimum distance 0 (impact), typical close approaches < 0.05 AU.
Livelast probed 2026-05-01 01:00Z· 328msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 328ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"date-max": {
"description": "End date for search (YYYY-MM-DD format). Example: '2025-12-31'",
"type": [
"string",
"null"
]
},
"date-min": {
"description": "Start date for search (YYYY-MM-DD format). Default: current date.",
"type": [
"string",
"null"
]
},
"des": {
"description": "Filter by specific body designation (e.g., '99942' for Apophis, '2020 SO')",
"type": [
"string",
"null"
]
},
"dist-max": {
"description": "Maximum approach distance in AU. Examples: '0.01' (1.5 million km), '0.05' (7.5 million km), '0.5' (75 million km). Default: 0.05",
"type": [
"string",
"null"
]
},
"h-max": {
"description": "Filter by maximum absolute magnitude H (smaller H = larger object). H<18 is ~1km diameter, H<22 is ~100m diameter.",
"type": [
"number",
"null"
]
},
"limit": {
"description": "Maximum number of results (default 50, max 10000)",
"type": [
"integer",
"null"
]
}
},
"required": [],
"type": "object"
}Examples (1)
Default NASASBDB Close Approaches call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_NASASBDB_close_approaches
- Tool name
- NASASBDB_close_approaches
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse