- "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: int<br/>Default: 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>",
0 commit comments