API Tools

A set of browser-based tools for testing webhooks and GraphQL queries, formatting API responses, converting curl commands to code, calculating rate limits, validating OpenAPI and Swagger specs, and converting between Postman collections and OpenAPI. Requests you send with these tools go directly from your browser to the endpoint you specify; everything else runs locally and is never sent to a server.

Webhook Tester

Fire a test HTTP request at a webhook URL and inspect the raw response.

Open tool

API Response Formatter

Pretty-print a raw API response's JSON body, headers and all.

Open tool

cURL to Code Converter

Convert a curl command into equivalent JavaScript, Python, Node.js, PHP, or Go code.

Open tool

API Rate Limit Calculator

Convert an API's rate limit into requests-per-second and estimate how long a batch will take.

Open tool

OpenAPI Validator

Check an OpenAPI 3.x spec for missing fields, bad paths, and duplicate operationIds.

Open tool

Swagger Validator

Check a Swagger 2.0 spec for missing fields, bad paths, and duplicate operationIds.

Open tool

Postman Collection Analyzer

Summarize a Postman Collection's requests, methods, auth types, and scripts.

Open tool

Postman to OpenAPI Converter

Convert a Postman Collection into an OpenAPI 3.0.3 document.

Open tool

OpenAPI to Postman Converter

Convert an OpenAPI 3.x or Swagger 2.0 spec into a Postman Collection v2.1.

Open tool

GraphQL Query Tester

Send a GraphQL query or mutation to any endpoint and see the raw response.

Open tool

Postman JSON to cURL

Convert a single Postman request-item JSON into an equivalent curl command.

Open tool

OpenAPI Example Payload Generator

Generate a sample JSON payload from an OpenAPI/Swagger schema fragment.

Open tool

GraphQL to REST Mapping Helper

Suggest heuristic REST verb+path mappings for a GraphQL query or mutation's top-level fields.

Open tool

REST API Config Generator

Generate a structured JSON route config and Markdown docs stub from a list of routes.

Open tool

OpenAPI Generator

Generate a full OpenAPI 3.1 YAML document from a list of paths and an auth scheme.

Open tool

Swagger YAML Generator

Generate a Swagger 2.0 YAML document with example responses, for Swagger UI.

Open tool

Postman Collection Generator

Build a valid Postman Collection v2.1 JSON file from a list of requests.

Open tool

GraphQL Schema Generator

Generate GraphQL SDL types, queries, and mutation stubs from a described data model.

Open tool

GraphQL Schema Validator

Check GraphQL SDL for unbalanced braces, bad field syntax, duplicate types, and unknown type references.

Open tool

cURL to Postman JSON Converter

Convert a curl command into a Postman request-item JSON object.

Open tool