NASA Open APIs · Capability

Tle

Tle 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

tle.yaml Raw ↑
aid: nasa-gov:capability:tle
name: Satellite TLE Retrieval
description: Retrieve two-line element sets for earth-orbiting satellites listed in the NASA Open APIs catalog.
api: nasa-gov:tle
operations:
- id: listTle
  method: GET
  path: /tle
- id: getTle
  method: GET
  path: /tle/{satelliteId}
authentication:
  method: none