NeoWs - (Near Earth Object Web Service)
NN
NeoWs - (Near Earth Object Web Service)
/rest/v1/feed

Find Near Earth Objects by date

Get a list of Near Earth Objects within a date range, The max range in one query is 7 days

liveunknown~3s typical
feedneows
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-neowsapp-com /rest/v1/feed for me.

Input

FieldTypeDescription
start_datestringStart of date range search, format: yyyy-MM-dd - (ex: 2015-04-28) default null
end_datestringEnd of date range search, format: yyyy-MM-dd - (ex: 2015-04-28). If left off search will extends 7 days from start_date default null
detailedbooleandetailed default null

Call it

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

Try it

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