Catalog API v2.0

Discovery data,
ready for your next idea.

Search movies and series, browse ranked catalogs, and retrieve normalized title metadata through one focused REST API.

Server-side API keys Fast JSON responses OpenAPI 3.1
first-request.ts200 OK
const response = await fetch(
"https://api.swipeformovie.com/v1/search?q=matrix",
{ headers: { Authorization: `Bearer ${apiKey}` } },
);

// response
{
"data": [{
"title": "The Matrix",
"year": 1999,
"type": "movie"
}],
"meta": { "total_results": 2 }
}
Movies and seriesOpenAPI 3.1 contractPredictable JSON envelopesPage-based pagination
A focused surface

Five endpoints. Everything clearly documented.

Build against a small, auditable API with real schemas, exact validation rules, and copy-ready examples.

Full-text search

Find titles with optional normalized type and exact start-year filters.

Ranked catalogs

Browse movies and series in stable vote-count order with page metadata.

Explicit controls

Bearer API keys, public error codes, request IDs, and two-level quota handling.

API Reference

Know exactly what to send and what comes back.

Every reference page is generated from the checked-in OpenAPI contract.

Explore the API
Start building

Your first catalog request is a few lines away.