NASA Open APIs · Capability

Techport

Techport 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

techport.yaml Raw ↑
aid: nasa-gov:capability:techport
name: NASA Technology Project Discovery
description: List and look up NASA technology projects, including descriptions, status, dates, organizations, and technology areas.
api: nasa-gov:techport
operations:
- id: listProjects
  method: GET
  path: /api/projects
- id: getProject
  method: GET
  path: /api/projects/{id}
authentication:
  method: api-key
  parameter: api_key
  location: query