Read-only REST API for Vampires vs. Werewolves game data. Build Discord bots, fan wikis, build calculators, and stat trackers. No account required for public endpoints.
Beta notice: The public API is in beta. Endpoints and response shapes may change. Breaking changes will be announced in patch notes and on Discord with 2 weeks notice.
Overview
The VvW Public API exposes read-only game data. All responses are JSON. Authentication is not required for public endpoints, but rate limits apply.
What you can build: Discord bots that look up item stats · Fan wiki data feeds · Build calculators · Leaderboard trackers · Crafting profit tools
Base URL
https://duskmaw.com/api/public/v1
All endpoints are relative to this base URL. Responses use UTF-8 encoding. All timestamps are ISO 8601 in UTC.
Authentication
Public endpoints require no authentication. Pass an optional X-VvW-Client header to identify your application — this helps us contact you before breaking changes.
# Optional but recommendedX-VvW-Client: my-discord-bot/1.0 (contact@example.com)
Rate Limits
Tier
Limit
Window
Anonymous
60 requests
Per minute
With X-VvW-Client
120 requests
Per minute
Rate limit headers are included in every response: X-RateLimit-Remaining, X-RateLimit-Reset.
Items
GET/itemsList all items
Query Parameters
Parameter
Type
Description
typeoptional
string
Filter by item type: weapon, armor, consumable, rune, accessory
Built something with the VvW API? Let us know on Discord — we feature community tools on this page.
Get notified of breaking changes: Join the #vvw-api Discord channel to receive API update announcements. API consumers with X-VvW-Client headers may be contacted directly before breaking changes ship.