Zum Hauptinhalt springen
Your requests hit exactly the endpoints you type in. What you call and which keys you send along is your responsibility.
ProAPI & Automation

API Playground

Need to quickly poke at an API without installing Postman or despairing over CORS? The API Playground fires HTTP requests through a server-side proxy, shows you status, response time, size, body and headers cleanly laid out, and remembers your recent requests. The developer bench right in the browser.

A live look inside

Live preview. It becomes interactive with your account.

What API Playground does

Anyone who works with APIs knows the ritual: hit the endpoint, set the headers, craft the body, check the response. Most people reach for a heavyweight desktop app for this. The API Playground brings exactly that bench into the browser - no installation, no forced account for a quick test, no syncing your requests to someone else’s cloud.

You choose the HTTP method - GET, POST, PUT, PATCH, DELETE or HEAD - enter the URL, set arbitrary headers as key-value pairs and, for writing methods, a request body. One click and the request goes out. The response comes back structured: the status code colour-coded by success, redirect or error, the response time in milliseconds, the size in bytes, kilobytes or megabytes, plus body and headers in separate tabs.

The key trick is the server-side proxy. Requests do not run directly from your browser but through the server - which bypasses the CORS restrictions that otherwise doom in-browser tests. So you can hit endpoints that set no cross-origin headers and get the real response instead of a browser error.

JSON responses are detected automatically and rendered nicely formatted so you can read nested structures at once. The header view shows all response headers, which is gold when debugging content type, caching, authentication or rate limiting.

Your recent requests land automatically in a history stored locally in your browser - up to 50 entries with method, URL, headers, body and the resulting status. One click pulls an old request back into the form so you can iterate without retyping everything. None of it leaves your device unasked.

The API Playground is a tool for developers, for everyone who debugs webhooks, builds integrations or simply wants to understand what an endpoint returns. It pairs perfectly with the Mock Server when you want to simulate endpoints yourself, and with Scripts when you want to process responses further.

Features

All HTTP methods

GET, POST, PUT, PATCH, DELETE and HEAD - colour-coded, with a body field for writing requests.

Server-side proxy

Requests run through the server and bypass CORS - you test endpoints where the browser would otherwise fail.

Custom headers

Set any request headers as key-value pairs, such as Authorization, Content-Type or custom tokens.

Response in detail

Status code, response time, size plus body and headers in separate tabs - everything you need to debug.

JSON auto-formatted

JSON responses are detected and neatly indented so nested structures stay readable.

Request history

Your last 50 requests are stored locally and can be reloaded with a single click.

How it works

  1. 1

    Set method and URL

    Pick the HTTP method and enter the endpoint URL you want to test.

  2. 2

    Add headers and body

    Add any needed headers and - for POST, PUT or PATCH - the request body, for example as JSON.

  3. 3

    Send the request

    One click sends the request through the proxy. Status, time and size appear immediately.

  4. 4

    Inspect the response and iterate

    Look at body and headers, pull an earlier request from history if needed and tweak it.

Who needs this

→Developers who want to quickly test or explore a third-party API.
→Teams debugging webhooks and integrations.
→Anyone who wants to fire HTTP requests without installing Postman.
→Frontend developers hitting CORS walls in the browser.
→Engineers checking status codes, headers or rate limits of an endpoint.

Frequently asked questions

Do I have to worry about CORS?

No. That is exactly the advantage of the server-side proxy. The request runs through the server, not directly from your browser, so cross-origin restrictions do not slow you down. You get the endpoint’s real response.

Are my requests stored?

The history of your recent requests is stored locally in your browser, up to 50 entries. It stays on your device. For the actual call the request goes through the proxy, but it is not persisted there as your history.

Can I test authentication?

Yes. Just set an Authorization header with your token or credentials. The response - including status codes like 401 or 403 - helps you debug auth issues.

Which response details do I see?

The status code colour-coded by 2xx, 3xx or 4xx/5xx, the response time in milliseconds, the response size, plus the full body and all response headers in separate tabs. JSON is formatted automatically.

Why would I also need the Mock Server?

If the real API does not exist yet, you define your own endpoints with a fixed response using the Mock Server and test your integration in advance. The API Playground then calls those mock endpoints just like a real API.

Mock Server

Define mock endpoints with response templates and request logging.

REST API & DATEV Export

Access your invoice data via REST API. DATEV-compatible exports for your tax advisor. Automat…

Scripts

Run custom JavaScript and TypeScript scripts in a sandboxed environment. Control tool APIs, a…

JSON Formatter

Format, validate, and minify JSON with syntax highlighting and error detection. Free, runs in…

Regex Tester

Test regular expressions with live highlighting and German pattern presets.

Ready to use API Playground?

No installation. No account needed to start. Open it right in your browser.

Open now