curl without type param:
curl --location 'https://api4.thetvdb.com/v4/search?query=girls%20last%20toure' \
--header 'accept: application/json'
In response genres field exist.
curl with type param:
curl --location 'https://api4.thetvdb.com/v4/search?query=girls%20last%20toure&type=series' \
--header 'accept: application/json'
In response genres field don't exist.
curl without
typeparam:In response
genresfield exist.curl with
typeparam:In response
genresfield don't exist.