NASA Open APIs · Capability

Techtransfer

Techtransfer 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

techtransfer.yaml Raw ↑
aid: nasa-gov:capability:techtransfer
name: NASA Technology Transfer Search
description: Search NASA patents, software, and Spinoff publications.
api: nasa-gov:techtransfer
operations:
- id: searchPatents
  method: GET
  path: /patent
- id: searchIssuedPatents
  method: GET
  path: /patent/issued
- id: searchSoftware
  method: GET
  path: /software
- id: searchSpinoff
  method: GET
  path: /spinoff
authentication:
  method: api-key
  parameter: api_key
  location: query