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

Retrieve Sentry (Impact Risk ) Near Earth Objects

Retrieves Near Earth Objects listed in the NASA sentry data set

liveunknown~3s typical
neosentryneows
$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/neo/sentry for me.

Input

FieldTypeDescription
is_activebooleanshow current list of Sentry objects, or show removed Sentry objects default true
pageintegerpage default 0
sizeintegersize default 50

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/neo/sentry","input":{"is_active":true,"page":0,"size":50}}'
cli
npx cracked-ai run -p oa-neowsapp-com -e /rest/v1/neo/sentry -i '{"is_active":true,"page":0,"size":50}'
mcp
run_tool({ provider: "oa-neowsapp-com", endpoint: "/rest/v1/neo/sentry", input: {"is_active":true,"page":0,"size":50} })

Try it

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