Competitive gaming data / machine-readable JSON API
The data layer for competitive gaming.
Structured stats, builds, and mechanics for competitive games, served as a clean, machine-readable JSON API. Built for the AI agents answering build and mechanics questions, and the players behind them.
$ curl https://pvpwire.com/api/d2/runewords { "data": [ { "name": "Spirit", "runes": ["Tal", "Thul", "Ort", "Amn"], "sockets": 4, "bases": ["sword", "shield"], "stats": ["+2 to all skills", ...] } ], "meta": { "source": "pvpwire.com" } }
Trending now
What is being played
For agents
API referenceConsumed by machines, not menus.
Open JSON API
Every dataset at /api/{game}/{dataset}, no auth, CORS open, disclaimer envelope on every response.
Discovery
A machine-readable endpoint catalog at /api/meta, plus llms.txt and an OpenAPI spec for agents to index.
MCP server
The @pvpwire/mcp-server package puts the data one tool call away inside any MCP client.
Live wire








