RA
Registry API
14 endpointsliveThe Registry service allows teams to manage descriptions of APIs. (ingested from its OpenAPI definition; no key required)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for Registry API.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| Registry_ListApis /v1/projects/{project}/locations/{location}/apis | ListApis returns matching APIs. | $0.0020 per call | unknown |
| Registry_GetApi /v1/projects/{project}/locations/{location}/apis/{api} | GetApi returns a specified API. | $0.0020 per call | unknown |
| Registry_ListApiDeployments /v1/projects/{project}/locations/{location}/apis/{api}/deployments | ListApiDeployments returns matching deployments. | $0.0020 per call | unknown |
| Registry_GetApiDeployment /v1/projects/{project}/locations/{location}/apis/{api}/deployments/{deployment} | GetApiDeployment returns a specified deployment. | $0.0020 per call | unknown |
| Registry_ListApiDeploymentRevisions /v1/projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}:listRevisions | ListApiDeploymentRevisions lists all revisions of a deployment. Revisions are returned in descending order of revision creation time. | $0.0020 per call | unknown |
| Registry_ListApiVersions /v1/projects/{project}/locations/{location}/apis/{api}/versions | ListApiVersions returns matching versions. | $0.0020 per call | unknown |
| Registry_GetApiVersion /v1/projects/{project}/locations/{location}/apis/{api}/versions/{version} | GetApiVersion returns a specified version. | $0.0020 per call | unknown |
| Registry_ListApiSpecs /v1/projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs | ListApiSpecs returns matching specs. | $0.0020 per call | unknown |
| Registry_GetApiSpec /v1/projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec} | GetApiSpec returns a specified spec. | $0.0020 per call | unknown |
| Registry_GetApiSpecContents /v1/projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}:getContents | GetApiSpecContents returns the contents of a specified spec. If specs are stored with GZip compression, the default behavior is to return the spec uncompressed (the mime_type response field indicates the exact format returned). | $0.0020 per call | unknown |
| Registry_ListApiSpecRevisions /v1/projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}:listRevisions | ListApiSpecRevisions lists all revisions of a spec. Revisions are returned in descending order of revision creation time. | $0.0020 per call | unknown |
| Registry_ListArtifacts /v1/projects/{project}/locations/{location}/artifacts | ListArtifacts returns matching artifacts. | $0.0020 per call | unknown |
| Registry_GetArtifact /v1/projects/{project}/locations/{location}/artifacts/{artifact} | GetArtifact returns a specified artifact. | $0.0020 per call | unknown |
| Registry_GetArtifactContents /v1/projects/{project}/locations/{location}/artifacts/{artifact}:getContents | GetArtifactContents returns the contents of a specified artifact. If artifacts are stored with GZip compression, the default behavior is to return the artifact uncompressed (the mime_type response field indicates the exact format returned). | $0.0020 per call | unknown |