R

Registry API

by Registry Free tier

The Registry service allows teams to manage descriptions of APIs.

communicationapigee

Quick Reference

Base URL 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
Pricing
28
Latency
0
Depth
61

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'http://apigee.local/v1/projects/{project}/locations/{location}/apis' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Registry documentation.