GraphQL Request Tester - Online Simple Client
Enter a GraphQL endpoint, write a query, and see the response. Add headers and variables. Simple testing client.
UD5 Toolkit
Load a schema to explore
types, queries, and mutations
Send a query to see the response here...
__schema and __type meta-fields). Click "Load Schema" to fetch the full type system, which powers autocomplete and documentation features in this playground.$ prefix (e.g., query($id: ID!)), then provide their values in the Variables tab as a JSON object (e.g., {"id": "123"}). This playground sends variables alongside your query in the request body. Never interpolate user input directly into query strings to avoid injection risks.Access-Control-Allow-Origin headers, (3) Use a browser extension that bypasses CORS during development, or (4) Run a local proxy server.Header-Name: value. Common examples: Authorization: Bearer <token> for JWT/auth tokens, or X-API-Key: your-key for API key authentication. Headers are sent with every request to the endpoint.errors array alongside partial data in the response.No history yet.
Send a query to get started!
Enter a GraphQL endpoint, write a query, and see the response. Add headers and variables. Simple testing client.
Build a GraphQL query by selecting fields and nesting visually. Copy the built query string. For learning and fast prototyping.
Configure how your PWA launches: focus existing or create new. Test with the launch_handler manifest field.
Compress and decompress text using the browser's native Compression Streams API. See the binary output size.
Build a complete Event structured data with performer, location, and dates. Get Googleāready JSONāLD for tickets.
Query the permission state of camera, microphone, geolocation, and more. See the response and learn the API.
Connect a game controller and see every button press, axis movement, and vibration test. Uses the Gamepad API.
Unified input demo: see pressure, tilt, and type from any pointer. Compare pointerType values. Essential for drawing apps.
Toggle a screen wake lock to prevent the device from dimming or sleeping. See the lock state and learn the API.
Test the experimental Translation API to translate text between languages directly in the browser, without cloud calls. Check support and copy the JavaScript starter.
Decode an image progressively using the ImageDecoder API. See partial results and metadata. Modern alternative to <img>.
Decode individual video frames from a local file using the VideoDecoder API. Step through frames. Cuttingāedge browser feature.
Experiment with the Federated Credential Management API. Simulate a signāin flow without thirdāparty cookies. Privacyāfirst.
Request HID devices and list them. Read input reports and send output. For custom hardware and controllers.
Request permission and detect when the user is idle (away from keyboard). See screen lock state. For nativeālike apps.
Demonstrate how the Web OTP API automatically reads oneātime codes from SMS (mobile). Simulation with a fake SMS input.
Acquire and release locks across tabs. Prevent race conditions in IndexedDB or localStorage. Visual queue and lock state.
Connect a gamepad and see all button presses and axis movements visually. Check that every input is detected correctly.
Trigger different vibration patterns on mobile devices. Test if your phone supports haptic feedback. Simple demo.
Display your effective connection type (4g, 3g, etc.) and downlink speed using the Navigator API. Adapt your app accordingly.
See your device's battery level, charging status, and discharge time using the Battery Status API. Fun utility.
Check current screen orientation and test the lock API. Useful for mobile web apps. Demo with code.
Test the new HTML popover attribute for creating accessible tooltips, menus, and dialogs without JavaScript. Copy code snippets.
See the View Transitions API in action. Crossāfade and morph between two states. Copy the JavaScript starter code.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.
Test the Web Share API by sharing text, links, and files directly from the browser. Check compatibility and see example code.
Enter an API URL and quickly check its HTTP status code and response time. See response headers and body. Browser fetch.
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.
Generate random JSON data with customizable fields (users, products, orders). Useful for frontend mocking. All local.
Create JSON-LD structured data snippets for articles, products, and events. Fill in fields and copy the code. SEO helper.