v1

latestOpenAPI 3.0.12026-07-24207094.9 KB
Search

Search

Search for entity type and query string.

post/search

Headers

Accept'application/vnd.luminate-data.svc-apibff.v1+json'

Request body

querystring

Provide a query term to search for TV show and movie titles. This parameter cannot be used if an identifier is provided.

identifierstring

Provide an ID to search for exact matches of TV show and movie external IDs. The accepted external IDs are Luminate Film & TV project ID or IMDb ID. This parameter cannot be used if a query string is provided.

frominteger

Offset from first result, used for pagination

sizeinteger

Number of results to return, used for pagination

Example request

{
  "query": "squid ga",
  "identifier": "tt31868189",
  "from": 20,
  "size": 10
}

Response

OK