NASA Open APIs · Capability

Asteroids Neows

Asteroids Neows is a Naftiko capability published by NASA Open APIs, one of 16 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

asteroids-neows.yaml Raw ↑
aid: nasa-gov:capability:asteroids-neows
name: Asteroid Tracking
description: Search, look up, and browse near-earth asteroids using NASA's NeoWs service.
api: nasa-gov:asteroids-neows
operations:
- id: getNeoFeed
  method: GET
  path: /neo/rest/v1/feed
  summary: Get near earth object feed by date range
- id: getNeoLookup
  method: GET
  path: /neo/rest/v1/neo/{asteroid_id}
  summary: Lookup a specific asteroid
- id: browseNeo
  method: GET
  path: /neo/rest/v1/neo/browse
  summary: Browse the overall NEO dataset
authentication:
  method: api-key
  parameter: api_key
  location: query