NASA Open APIs · Capability

Satellite Situation Center

Satellite Situation Center 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

satellite-situation-center.yaml Raw ↑
aid: nasa-gov:capability:satellite-situation-center
name: Spacecraft Location Lookup
description: Retrieve geocentric spacecraft locations and ground station inventories from NASA's Satellite Situation Center.
api: nasa-gov:satellite-situation-center
operations:
- id: listObservatories
  method: GET
  path: /observatories
- id: listGroundStations
  method: GET
  path: /groundStations
- id: getLocations
  method: GET
  path: /locations
authentication:
  method: none