Featured Product
Cheat Sheet
GraphQL Cheat Sheet
Comprehensive GraphQL cheat sheet covering SDL schema types, queries, mutations, subscriptions, resolvers, DataLoader, Apollo Client, pagination, error handling, and performance best practices.
REST API Cheat Sheet
Complete REST API cheat sheet covering HTTP methods, status codes, headers, authentication, JSON request and response formats, pagination, filtering, versioning, caching, idempotency, and API best practices.
Convert Tools
cURL to Axios
Convert curl commands to Axios code instantly. Supports async/await, promise chains, and config-only output. Handles headers, JSON bodies, form data, basic auth, cookies, and redirects.
cURL to Fetch
Convert curl commands to JavaScript fetch() code instantly. Supports async/await, promise chains, and bare fetch. Handles headers, JSON bodies, FormData, basic auth, and cookies.
cURL to PHP
Convert curl commands to PHP code instantly. Supports PHP cURL extension, Guzzle HTTP client, and file_get_contents. Handles headers, JSON bodies, form data, basic auth, cookies, and TLS options.
cURL to Python Requests
Convert curl commands to Python code instantly. Supports requests, httpx (sync & async), and urllib. Handles headers, JSON bodies, form data, basic auth, cookies, and TLS options.
Dev Tools
cURL Parser
Parse curl commands and inspect every part of the HTTP request — method, URL, query parameters, headers, body, basic auth, cookies, and flags — broken down into a clean structured view. 100% client-side.
GraphQL Query Formatter
Format and beautify GraphQL queries, mutations, subscriptions, and fragments online. Pretty-print with 2/4-space or tab indentation, or minify to a single line — 100% client-side.
GraphQL Variables Formatter
Format GraphQL variables online. Paste a variables object or full GraphQL request body, auto-extract variables, validate JSON, sort keys, and wrap back into request payloads.
HTTP Request Parser
Parse raw HTTP requests online. Instantly break down method, URL, path, query parameters, headers, and body into structured tables. Supports all HTTP methods and JSON body formatting.
JSON Merge Patch Builder
Diff two JSON documents and emit a minimal RFC 7396 merge patch. Null deletes keys, objects deep-merge — simpler than RFC 6902. Apply-back verification, 100% client-side.
JSON Patch Builder
Diff two JSON documents and emit a minimal RFC 6902 patch (add, remove, replace, copy, move, test). Verifies the patch by re-applying it to the source — 100% client-side.
OpenAPI Diff Viewer
Compare two OpenAPI / Swagger specs (JSON or YAML) and instantly see breaking, non-breaking, and informational changes — endpoints, parameters, responses, and schemas. 100% client-side.
Generator
CORS Header Generator
Generate safe CORS headers online. Configure Access-Control-Allow-Origin, methods, allowed headers, credentials, exposed headers, max-age, and Vary: Origin, then copy snippets for Express, Nginx, Apache, PHP, Fastify, or serverless APIs.
Curl Command Builder
Build cURL commands online with method, URL, headers, query params, auth, request body, and common options. Instant copy-ready output in your browser.
GraphQL Query Builder
Build GraphQL queries online with variables, field selection, JSON body preview, and copy-ready cURL output for fast API testing.
HTTP Header Builder
Build HTTP request headers visually and export as raw HTTP, cURL, JavaScript fetch, Python requests, or Node.js code. Header autocomplete, value presets, and copy-ready output.
Mock API Response Generator
Generate realistic mock REST API responses with status codes, headers, pagination and error shapes. Export as JSON, raw HTTP, MSW handler, or curl.
OpenAPI Generator
Generate OpenAPI 3.0 (Swagger) specifications online. Build API info, servers, paths, parameters, request bodies, and responses. Export as YAML or JSON instantly.
Query String Builder
Build and parse URL query strings online. Add key-value pairs, choose array styles (repeat, brackets, indices, comma), control encoding, sort, and copy ready-to-use query strings or full URLs.
Request Payload Builder
Build HTTP request payloads visually — JSON, form-data, URL-encoded, XML, GraphQL, and raw. Live preview with copy and download. Free online tool.