Discover the latest features, improvements, and bug fixes shipped by the DevAPI engineering team. We deploy to production every single day.
We are thrilled to announce full native support for GraphQL queries across all core endpoints. You can now fetch exactly the data you need without over-fetching. In addition, our webhook engine has been completely revamped for enterprise scalability.
Access the new GraphQL playground at
/v1/graphql
to start building queries instantly.
Webhooks now support exponential backoff up to 72 hours,
respecting
Retry-After
headers.
query {
user(id: "usr_123") {
name
email
projects(limit: 5) {
title
}
}
}
This release brings a completely overhauled official Node.js SDK, now fully written in TypeScript with strict typings for all request and response objects.
Added full TypeScript support to
@devapi/sdk
version 2.x.
Reduced initial load time of the developer dashboard by 40% using edge caching.
We resolved a critical bug regarding CORS preflight requests and fixed a pagination cursor issue on the Users endpoint.
Resolved an edge case where wildcards in CORS settings allowed unintended preflight success.
Fixed an issue where the
has_more
flag returned true even on the last page.
Real-time visibility into our global API infrastructure. We maintain a strict 99.99% uptime SLA for all production endpoints.
Last checked: Just now
Got questions? We've got answers.
The Starter plan gives you 10,000 API calls per month, 2 API keys, and basic analytics — completely free, forever. No credit card required to sign up.
We currently generate type-safe SDKs for TypeScript, JavaScript, Python, Go, Ruby, Java, C#, and Rust. More languages are on the roadmap.
Yes! Our Enterprise plan includes a self-hosted option with full support. Contact our sales team for deployment options including Kubernetes, Docker, and bare metal.
Starter gets community support via Discord. Pro includes priority email support with 4-hour response times. Enterprise gets a dedicated support engineer and Slack channel.
Yes. We're SOC 2 Type II certified and undergo annual audits. We also support GDPR, HIPAA (Enterprise), and provide detailed security documentation.
Our adaptive rate limiter uses sliding window counters across distributed nodes. You set limits per endpoint, per user, or globally. Legitimate traffic is never dropped — we queue and retry intelligently.
Join 10,000+ developers building production APIs with DevAPI. Start free — no credit card required.