Developer Portal

Build With Fiddle

Everything you need to integrate Fiddle into your applications. Explore our APIs, download SDKs, and access comprehensive documentation.

Base URLREST API v2
https://api.fiddle.io/api/v2
Official SDKs

Client Libraries

Use our official SDKs for a smoother integration experience with built-in authentication, retry logic, and typed responses.

v2.4.1

Node.js SDK

JavaScript / TypeScript

npm install @fiddle/sdk
v2.3.0

Python SDK

Python 3.8+

pip install fiddle-sdk
v2.2.0

Ruby SDK

Ruby 3.0+

gem install fiddle-sdk
v2.1.0

PHP SDK

PHP 8.0+

composer require fiddle/sdk
v2.0.0

Go SDK

Go 1.20+

go get github.com/fiddle-io/fiddle-go
v2.0.0

Java SDK

Java 11+

implementation "io.fiddle:sdk:2.0.0"
Simple Integration

Start Building in Minutes

Our SDKs handle authentication, pagination, and error handling out of the box. Focus on building your application, not wrestling with API details.

  • Type-safe clients for all major languages
  • Built-in retry logic and rate limiting
  • Comprehensive error handling
  • Real-time webhook support
View API Documentation
import Fiddle from '@fiddle/sdk';

const fiddle = new Fiddle({
  apiKey: process.env.FIDDLE_API_KEY,
});

// List inventory items
const items = await fiddle.inventory.list({
  limit: 20,
  category: 'electronics',
});

console.log(`Found ${items.length} items`);

API Status

All Systems Operational
API Response Time45ms
Uptime (30 days)99.99%
API Versionv2.4.0
View Full Status

Need Help Getting Started?

Our developer support team is here to help you build great integrations. Reach out with questions or join our developer community.