syncing market data_
Cambase.io is a project by Evercam.io in order to make it easier for software developers to have a reliable, up to date source of model hardware information available via a public API.
Cambase.io is a project by Evercam.io in order to make it easier for software developers to have a reliable, up to date source of model hardware information available via a public API. --- Public API proxied through Ozma. **Claim this listing** to monetize and manage pricing.
No score data yet
| Method | Path | Summary | Price |
|---|---|---|---|
| GET | /api/v1/vendors.json | Fetches all Vendors | 1c |
| GET | /api/v1/models.json | Fetches all Models | 1c |
| POST | /api/v1/models.json | Creates a new Model | 1c |
| GET | /api/v1/models/search.json | Searches all Models | 1c |
| GET | /api/v1/models/{id}.json | Fetches a single Model | 1c |
| PATCH | /api/v1/models/{id}.json | Updates an existing Model | 1c |
| PUT | /api/v1/models/{id}.json | Updates an existing Model | 1c |
| GET | /api/v1/recorders.json | Fetches all Recorders | 1c |
| POST | /api/v1/vendors.json | Creates a new Vendor | 1c |
| GET | /api/v1/vendors/{id}.json | Fetches a single Vendor | 1c |
| PATCH | /api/v1/vendors/{id}.json | Updates an existing Vendor | 1c |
| POST | /api/v1/recorders.json | Creates a new Recorder | 1c |
| GET | /api/v1/recorders/search.json | Searches all Recorders | 1c |
| GET | /api/v1/recorders/{id}.json | Fetches a single Recorder | 1c |
| PATCH | /api/v1/recorders/{id}.json | Updates an existing Recorder | 1c |
| PUT | /api/v1/recorders/{id}.json | Updates an existing Recorder | 1c |
| PUT | /api/v1/vendors/{id}.json | Updates an existing Vendor | 1c |
ozma register && ozma call cambase-io /api/v1/vendors.json --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/cambase-io/api/v1/vendors.json# Python
client.proxy_call("cambase-io", "/api/v1/vendors.json")Own this API? Claim the listing to manage pricing and receive payouts.