πŸ“’ We're in Beta! We'd love your feedback Share your thoughts

Getting Started with the VerseDB API

What it is

The VerseDB API allows developers and users to access comic-related data and interact with features like Collections, Wishlists, and Pull Lists β€” all through a modern RESTful interface.

You can use it to build personal tools, integrations, or just automate your own data management.

Where to find full API documentation

The full interactive API docs are here:
πŸ‘‰ https://versedb.com/api/docs

This includes all current endpoints, methods, payloads, and example responses.

Who can use the API

Anyone with a VerseDB account can generate an API token and start using the API.

There are two user tiers:

  • Free Users: Access most endpoints, but with stricter rate limits
  • PRO Users: Get higher rate caps and more generous write/search limits

What’s available via the API

Comic Content (Read-only)

  • Publishers, Titles, Series, and Issues
  • Characters and Creators
  • Public user profiles and collections

User Features (Authenticated)

  • Collections (view, add, edit, remove)
  • Wishlists (view, add, edit, remove)
  • Pull List (track upcoming releases)
  • Read Status (track what you've read)
  • Title Follows (follow/unfollow)

Not available via API

  • User registration/login (handled by VerseDB's frontend)
  • Submitting reviews (to prevent spam)
  • Reporting content
  • Admin/moderation features

Quick Notes

  • The API uses numeric IDs for all endpoints
  • Authentication is required for personal data access (via Bearer token)
  • Rate limits apply depending on your account type β€” see the next article for a full breakdown

πŸ›  Ready to get started? Visit the docs at versedb.com/api/docs and start exploring the endpoints!

Was this article helpful?

Please login to provide feedback