v1
latestOpenAPI 3.0.12026-07-24207094.9 KBSearch
Batch Search
Search for multiple titles using newline-delimited JSON.
post/svm/search/batch
Response
OK
Example response
{
"data": {
"responses": [
{
"hits": [
{
"id": "91b4ec3ad5a4b7a7eeb44d91befb3d1d",
"release_information": [
{
"release_date": "2022-02-18"
}
],
"creators": [
"Dan Erickson"
],
"video_type": "tv_show",
"season": "1",
"external_ids": {
"imdb": [
"tt31868189"
],
"lftv": [
"226049"
]
},
"title": "Severance"
}
],
"query": "squid ga",
"identifier": "tt31868189",
"from": 20,
"size": 10,
"total_hits": 123,
"success": true,
"error_message": "Search timeout"
}
]
}
}