NASA TechPort
Mock NASA TechPort to browse simulated technology projects and organizations without hitting the live data feed.
[01]
About
Emulate TechPort responses for project search, project detail, and organization lookups. Use it to wire up demos or tests against NASA-style mission, program, and directorate filters without depending on the production API.
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.
|