NASA · Arazzo Workflow
NASA Near Earth Object Close Approach Analysis
Version 1.0.0
Page the asteroid catalog, look up a specific near-Earth object, and pull every other object approaching on the same date.
Provider
Workflows
neo-close-approach-analysis
Browse the near-Earth object catalog, resolve one object in detail, and survey its close-approach date.
Pages the near-Earth object dataset, looks up the first object on the page for full close-approach detail, and then pulls the feed for that object's next close-approach date to see everything else arriving in the same window.
1
browseCatalog
Page the overall near-Earth object dataset. The response carries a page block with total_pages and total_elements, which is what drives a catalog sync loop, plus the summary record for each object on the page.
2
lookupAsteroid
Look up the first asteroid from the catalog page by its SPK-ID. The lookup returns the full record including estimated diameter, the potentially hazardous flag, and the close-approach data that the next step keys off of.
3
surveyApproachDate
Pull the near-Earth object feed for the asteroid's close-approach date, using that date as both the start and end of the window, to see every other object making a close approach the same day. The feed accepts a maximum range of seven days.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.