API Access
A read-only developer API over the verified Library, public profiles, and the Marketplace. Authenticate with an API key.
Your API keys
Sign in to create and manage API keys.
Authentication
Send your key in the Authorization header (or x-api-key):
curl https://dvdenvy.com/api/v1/library/search?q=blade%20runner \ -H "Authorization: Bearer dvde_free_xxxxxxxx"
Endpoints
GET/api/v1/library/search?q=&classification=&media_type=&page=
Search verified Library titles + their editions.
GET/api/v1/library/titles/{slug}
A single title with all editions.
GET/api/v1/profiles/{username}
A public profile: collection, badges, and public wishlist.
GET/api/v1/marketplace/listings?q=&media_type=&condition=&min_price_cents=
Search active marketplace listings.
API limits by plan
API access is included with your subscription. Each plan has a daily request allowance.
| Plan | Per day |
|---|---|
| Free | No API access |
| Collector | 25 |
| Pro | 100 |
| Enterprise | 500 |
Responses include X-RateLimit-* headers. Exceeding the daily limit returns 429; a plan without API access returns 403. The API exposes public data only.