NASA Technology Transfer API

Technology Transfer API

Build with us

Technology transfer builds commercial activity, encourages economic growth and stimulates innovation in business and commerce. Our transferable technologies are made available to allow innovations that benefit the public and stimulate economic development.

As a developer, you can now use our available API to build and integrate your services with the Agency's Technology Transfer Program's abundant data resources.

Take a look at some products built on our API:

Our Data

Patent Portfolio
NASA Technology Transfer API The NASA patent portfolio is available to benefit US citizens. Through partnerships and licensing agreements with industry, these patents ensure that NASA investments in pioneering research find secondary uses that benefit the economy, create jobs, and improve quality of life. Our patent portfolio contains over 1400 technologies currently available for licensing.

Software Catalog
NASA Technology Transfer API Offering an extensive portfolio of software products for a wide variety of technical applications, the NASA Software Catalog is organized into fifteen broad subject matter categories. All catalog entries include the software title, the product ID number (known internally as the NASA case number), a short description, and the software's specified release type. Some software descriptions contain links to additional information or downloading options.

Spinoff
NASA Technology Transfer API NASA's Spinoff publication accomplishes several goals. First, it is a convincing justification for the continued expenditure of NASA funds. It serves as a tool to educate the media and the general public by informing them about the benefits and dispelling the myth of wasted taxpayer dollars. It reinforces interest in space exploration. It demonstrates the possibility to apply aerospace technology in different environments. It highlights the ingenuity of American inventors, entrepreneurs, and application engineers, and the willingness of a government agency to assist them. And finally, it continues to ensure global competitiveness and technological leadership by the United States.


Build on our API

The T2 API is designed around REST (Representational State Transfer) and responses are available in JSON format.

Simply build your data query using the following url syntax:

http://technology.nasa.gov/api/query/[ patent | software | spinoff ]/{ keywords }
                  

Query examples:

http://technology.nasa.gov/api/query/patent/rocket

http://technology.nasa.gov/api/query/software/visualization

http://technology.nasa.gov/api/query/spinoff/polymers
                  

Sample result of a response:

{
  "results": [
    [
      "53f657075904da2c9fc2fe72",
      "ARC-14653-2",
      "Air traffic management evaluation tool",
      "Methods for evaluating and implementing air traffic management tools.",
      "patent_ARC-14653-2",
      "aerospace",
      "",
      "",
      "",
      "ARC"
    ]
  ],
  "count": 1,
  "total": 1,
  "perpage": 10,
  "page": 0
}