Getting Started

⚠️

API is currently in Beta

Changes could happen at any point, without notice.
Uptime and general availability may be sparse.

Welcome to a preview of the HMDb API. This is the definitive list of currently available methods for querying the Home Media Database API, including releases, discs, tapes, titles, franchises, distributors and sets.

Please note that this API is built with tRPC as opposed to being a typical REST API. Each method is a typed procedure grouped under a router (release, disc, search, etc). You can call procedures two ways, either with the fully-typed client, or over plain HTTPS.

A full typed tRPC-client will be released in the future, allowing you to import the client with full typings bi-directionally. For now, you can use the HTTPS semi-rest proxy, as directed in the reference page, or you can use tRPC or another RPC client without typings.

Base URL

https://homemediadb.com/api/v0



Did this page help you?