Skip to content

Commit a2cdd62

Browse files
author
Rubio
committed
techport description update
1 parent 7672381 commit a2cdd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/json/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
"tags3",
326326
"tags4"
327327
],
328-
"html_template": "<h1 id=\"techporDev\">Techport</h1> <p> Welcome to TechPort - NASA's resource for collecting and sharing information about NASA-funded technology development. Techport allows the public to discover the technologies NASA is working on every day to explore space, understand the universe, and improve aeronautics. NASA is developing technologies in areas such as propulsion, nanotechnology, robotics, and human health. NASA is committed to making its data available and machine-readable through an Application Programming Interface (API) to better serve its user communities. As such, the NASA TechPort system provides a RESTful web services API to make technology project data available in a machine-readable format. This API can be used to export TechPort data into either an XML or a JSON format, which can then be further processed and analyzed. Complete documentation (in Swagger 2.0 format) of the available objects, properties, RESTful URIs is available in the online API specification at:<br/> <a href=\"https://api.nasa.gov/techport/api/specification?api_key=DEMO_KEY\">https://api.nasa.gov/techport/api/specification?api_key=DEMO_KEY</a>. </p><p> In general, queries can be issued to the system with the following URI format: </p><p><code>GET https://api.nasa.gov/techport/api/projects/{id_parameter}?api_key=DEMO_KEY</a></code></p><table> <thead> <tr> <th style=\"text-align: left\">Parameter</th> <th style=\"text-align: left\">Required?</th> <th style=\"text-align: left\">Value</th> <th style=\"text-align: left\">Description</th> </tr></thead> <tbody> <tr valign=\"top\"> <td style=\"text-align: left\">id_parameter</td><td style=\"text-align: left\">Yes</td><td style=\"text-align: left\">Type:&nbsp;int<br/>Default:&nbsp;None</td><td style=\"text-align: left\">The id value of the TechPort record. ID values can be obtained through the standard TechPort search feature and are visible in the website URLs, e.g. http://techport.nasa.gov/view/0000, where 0000 is the ID value. Alternatively, a request to /api/projects will display all valid IDs in the system. </td></tr></tbody> </table> <h3 id=\"example-queries\">Example Queries</h3> <p><code>GET <a href=\"https://api.nasa.gov/techport/api/projects/17792?api_key=DEMO_KEY\">https://api.nasa.gov/techport/api/projects/17792?api_key=DEMO_KEY</a></code></p><p><code>GET <a href=\"https://api.nasa.gov/techport/api/projects/17792.json?api_key=DEMO_KEY\">https://api.nasa.gov/techport/api/projects/17792.xml?api_key=DEMO_KEY</a></code></p><p><code>GET <a href=\"https://api.nasa.gov/techport/api/projects?api_key=DEMO_KEY\">https://api.nasa.gov/techport/api/projects?api_key=DEMO_KEY</a></code></p><p><code>GET <a href=\"https://api.nasa.gov/techport/api/projects?updatedSince=2016-01-01&api_key=DEMO_KEY\">https://api.nasa.gov/techport/api/projects?updatedSince=2016-01-01&api_key=DEMO_KEY</a></code></p><p> For more information on Techport and additional example usage please visit <a href=\"http://techport.nasa.gov\">http://techport.nasa.gov</a>. </p>",
328+
"html_template": "<h1 id=\"techporDev\">Techport</h1> <p> TechPort is NASA’s technology inventory, showcasing the NASA portfolio of active and completed technology projects. TechPort makes available technology information from across the Agency in order to facilitate opportunities for collaboration and partnerships, analyses of how the Agency is meeting mission needs, and data visualizations of technology drivers that enable key decisions. </p><p> The NASA TechPort system provides a RESTful web services API to make technology project data available to other systems and services. This API can be used to export TechPort data into JSON format, which can be further processed and analyzed. </p><p> For complete API documentation please visit the <a href=\"https://techport.nasa.gov/help/articles/api\">TechPort</a> website. </p>",
329329
"swagger_data": {
330330
"swagger": "2.0",
331331
"info": {

0 commit comments

Comments
 (0)