Detail Resource Requests for origins

Avatar image for nordomwhistleklik
NordomWhistleklik

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By NordomWhistleklik

I'm wondering if this resource has been deprecated?

http://api.comicvine.com/origins/?api_key=[api_key]&format=json does work and pulls the 10 existing origins:

...

"results":

[
{"api_detail_url": "http://api.comicvine.com/origin/1/", "site_detail_url": "http://www.comicvine.com/mutant/11-1/", "id": 1, "name": "Mutant"},
{"api_detail_url": "http://api.comicvine.com/origin/2/", "site_detail_url": "http://www.comicvine.com/cyborg/11-2/", "id": 2, "name": "Cyborg"},
{"api_detail_url": "http://api.comicvine.com/origin/3/", "site_detail_url": "http://www.comicvine.com/alien/11-3/", "id": 3, "name": "Alien"},
{"api_detail_url": "http://api.comicvine.com/origin/4/", "site_detail_url": "http://www.comicvine.com/human/11-4/", "id": 4, "name": "Human"},
{"api_detail_url": "http://api.comicvine.com/origin/5/", "site_detail_url": "http://www.comicvine.com/robot/11-5/", "id": 5, "name": "Robot"},
{"api_detail_url": "http://api.comicvine.com/origin/6/", "site_detail_url": "http://www.comicvine.com/radiation/11-6/", "id": 6, "name": "Radiation"},
{"api_detail_url": "http://api.comicvine.com/origin/7/", "site_detail_url": "http://www.comicvine.com/godeternal/11-7/", "id": 7, "name": "God/Eternal"},
{"api_detail_url": "http://api.comicvine.com/origin/8/", "site_detail_url": "http://www.comicvine.com/animal/11-8/", "id": 8, "name": "Animal"},
{"api_detail_url": "http://api.comicvine.com/origin/9/", "site_detail_url": "http://www.comicvine.com/other/11-9/", "id": 9, "name": "Other"},
{"api_detail_url": "http://api.comicvine.com/origin/10/", "site_detail_url": "http://www.comicvine.com/infection/11-10/", "id": 10, "name": "Infection"}

]

...

However, neither the api_detail_url (e.g. http://api.comicvine.com/origin/1/?api_key=[api_key]&format=json) nor the site_detail_url (e.g. http://www.comicvine.com/mutant/11-1/) returned for each of the results works. They all return a 500 error. . EDIT: Looking at the forum, it appears this place is pretty dead. I hope there is still some level of API support.