ConsoleCatalog
Sign in
IMSDb logo

IMSDb

imsdb.comEntertainmentno auth

Movie screenplays by genre, writer, or title.

Genre Script Listing

ASYNCREADNo auth

Returns movie scripts in a genre with titles and links.

ParametersFormJSON

Genre label as shown in IMSDb sidebar (e.g. Comedy, Action, Drama)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_imsdb_com_genre_script_listing",
    "params": {
      "genre_slug": "Comedy"
    }
  }'