The Registry service allows teams to manage descriptions of APIs.
http://apigee.local
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
http://apigee.local
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
33%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /v1/projects/{project}/locations/{location}/apis |
ListApis returns matching APIs. |
| POST | /v1/projects/{project}/locations/{location}/apis |
CreateApi creates a specified API. |
| DELETE | /v1/projects/{project}/locations/{location}/apis/{api} |
DeleteApi removes a specified API and all of the resources that it owns. |
| GET | /v1/projects/{project}/locations/{location}/apis/{api} |
GetApi returns a specified API. |
| PATCH | /v1/projects/{project}/locations/{location}/apis/{api} |
UpdateApi can be used to modify a specified API. |
| GET | /v1/projects/{project}/locations/{location}/apis/{api}/deployments |
ListApiDeployments returns matching deployments. |
| POST | /v1/projects/{project}/locations/{location}/apis/{api}/deployments |
CreateApiDeployment creates a specified deployment. |
| DELETE | /v1/projects/{project}/locations/{location}/apis/{api}/deployments/{deployment} |
DeleteApiDeployment removes a specified deployment, all revisions, and all chil |
curl -X GET 'http://apigee.local/v1/projects/{project}/locations/{location}/apis' \
-H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Registry documentation.