GZW DataAPI playground
Live API
Read-only request builder

API Playground

Choose a documented endpoint, adjust its inputs, and run a real request against the public GZW Data API. No API key is required.

GET/api/v1/weapons?page=1&per_page=5
Ready to run a request.
Select an endpoint and press “Run request”.
What each request does

Understand the response

List returns records with pagination. Get one returns a single record by ID. Search looks across datasets. Stats, health and metadata describe the API and its data.

Next step

Use it in your project

Copy the URL into a terminal, browser request or the full API reference. The API returns JSON and supports CORS for browser clients.