apideck.com

Ecosystem API

12 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

sdk-python ✓ Official
pip install sdk-python
monkey-business ✓ Official
npm install monkey-business
sdk-typescript ✓ Official
npm install sdk-typescript
node-sdk ✓ Official
npm install node-sdk
npm install ApiDeck
sdk-go ✓ Official
go get github.com/apideck-libraries/sdk-go
sdk-csharp ✓ Official
dotnet add package sdk-csharp
dotnet-sdk ✓ Official
dotnet add package dotnet-sdk
sdk-php ✓ Official
composer require sdk-php
php-sdk ✓ Official
composer require php-sdk
curl examples
Get ecosystem
curl \
  https://api.apideck.com/ecosystems/{ecosystem_id}
List listings
curl \
  https://api.apideck.com/ecosystems/{ecosystem_id}/listings
List products
curl \
  https://api.apideck.com/ecosystems/{ecosystem_id}/products
Endpoints (12 total)
GET
/ecosystems/{ecosystem_id}
Get ecosystem
GET
/ecosystems/{ecosystem_id}/listings
List listings
GET
/ecosystems/{ecosystem_id}/products
List products
GET
/ecosystems/{ecosystem_id}/categories
List categories
GET
/ecosystems/{ecosystem_id}/collections
List collections
GET
/ecosystems/{ecosystem_id}/listings/{id}
Get listing
GET
/ecosystems/{ecosystem_id}/products/{id}
Get product
GET
/ecosystems/{ecosystem_id}/categories/{id}
Get category
GET
/ecosystems/{ecosystem_id}/collections/{id}
Get collection
GET
/ecosystems/{ecosystem_id}/products/{id}/listings
List product listings
GET
/ecosystems/{ecosystem_id}/categories/{id}/listings
List category listings
GET
/ecosystems/{ecosystem_id}/collections/{id}/listings
List collection listings
At a glance
Total SDKs10
Languages6
Endpoints12
Categories1
https://api.apideck.com