Try 30 days of free premium.

Possible to return more API data for Person requests?

macaines wrote 6 years ago: 1

Currently accessing http://api.tvmaze.com/people/1 returns the following JSON response…

{

"id": 1,

"url": "http://www.tvmaze.com/people/1/mike-vogel",

"name": "Mike Vogel",

"image": {

"medium": "http://static.tvmaze.com/uploads/images/medium_portrait/0/1815.jpg",

"original": "http://static.tvmaze.com/uploads/images/original_untouched/0/1815.jpg"

},

"_links": {

"self": {

"href": "http://api.tvmaze.com/people/1"

}

}

}

I'm hoping there's interest in requesting additional data be included in the API call such as AKA, Gender, Country, Birthday, Day of death, Biography and Gallery as noted in the Data Policies.

Many thanks!

Michael


gazza911 wrote 6 years ago: 1

It's been requested multiple times in the past but so far hasn't been added.

Try 30 days of free premium.