NASA Open APIs
NO
NASA Open APIs
/neo-feed

Near-Earth objects

Asteroids approaching Earth in a date range, with size and hazard flag.

liveverifieddegraded · 642ms
nasaasteroidsspace
$0.0020
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run nasa /neo-feed for me.

Input

FieldTypeDescription
start_date*stringYYYY-MM-DD
end_datestringYYYY-MM-DD (max 7 days later)

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"nasa","endpoint":"/neo-feed","input":{"start_date":"..."}}'
cli
npx cracked-ai run -p nasa -e /neo-feed -i '{"start_date":"..."}'
mcp
run_tool({ provider: "nasa", endpoint: "/neo-feed", input: {"start_date":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.