NASA TechPort API
Simulate the NASA TechPort API in seconds. TechPort RESTful API
[01]
About
Mock the NASA TechPort API as a turnkey Mockzilla sim with 7 OpenAPI endpoints, realistic JSON payloads, no upstream signup or sandbox keys. TechPort RESTful API Methods: 7x GET. Top resource groups: Project, Organization, Resource. Hit https://api.justmocks.com/nasa-techport for the Mockzilla API Explorer landing and per-endpoint sample requests.
Endpoints
7 across 3 resource groups
Methods
GET 7 none deprecated
OpenAPI
3.0.0 spec version 3.13.5
Source spec
29 KB · YAML
[02]
Endpoints
| GET |
/api
|
Returns the swagger specification for the API. Mocked via Mockzilla.
|
| GET |
/api/projects
|
Returns a list of available technology project IDs.
|
| GET |
/api/projects/search
|
Returns a list of projects matching the search term.
|
| GET |
/api/projects/{projectId}
|
Returns information about a specific technology project.
|
| GET |
/api/organizations
|
Returns a list of organizations that match a given name.
|
| GET |
/api/organizations/types
|
Returns a list of available organization types, including set-aside and MSI types. Available as a Mockzilla mock endpoint.
|
| GET |
/api/organizations/{organizationId}
|
Get an organization and its information.
|