Build with VerseDB
A comic book database designed to plug into your stack. Query our API, drop the bot into your Discord, and ship more with less work.
One database. Many surfaces.
Whether you're building software or running a community, VerseDB meets you where you already work.
Public API
AvailableClean REST endpoints for series, issues, creators, characters, and more. Token auth, documented with Postman and OpenAPI.
Read the docsDiscord Bot
AvailableSlash commands for search, weekly releases, FOC deadlines, trending comics, and key issues — plus channel auto-posts.
See commandsMore coming soon
PlannedSlack integration, browser extensions, webhooks, and deeper Zapier-style automations are on the roadmap. Have a request?
Suggest an integrationA comic book database, built for developers.
The same data powering VerseDB.com: over 1M issues, 150k series, 165k characters, and 85k creators, all accessible through a clean, documented REST API.
-
Clean REST APIPredictable JSON endpoints with paginated results and consistent response shapes.
-
Simple token authCreate an API token in your account settings and send it as a Bearer header. That's it.
-
Docs you can importInteractive documentation plus a Postman collection and OpenAPI spec ready for any tool you already use.
-
Everything, cross-linkedSeries, issues, variants, creators, characters, story arcs, events, and publishers, all connected by stable IDs.
# Request curl https://versedb.com/api/series/40786 \ -H "Authorization: Bearer $VDB_TOKEN" # Response { "id": 40786, "name": "Batman", "slug": "batman-2016", "start_year": 2016, "end_year": null, "publication_type": "regular_series", "status": "ongoing", "cached_issues_count": 150, "average_rating": 4.3, "publisher": { "id": 2, "name": "DC Comics", "slug": "dc-comics" } }
VerseDB, right inside Discord.
Search comics, track releases, and post weekly updates to your server — all through slash commands. No account required for members to use it.
Search the database
Look up any issue, series, character, creator, or publisher from any channel.
This week's releases
New comics on shelves, optionally filtered by publisher.
FOC deadlines
Final Order Cutoff reminders so no one misses a pre-order.
Weekly auto-posts
Configure channels once — we'll post releases, FOC deadlines, new #1 issues, and trending comics every week.
Ready to build?
Spin up an integration in minutes. The API is free for reasonable use, and the Discord bot is free forever.