Chade

This user has not updated recently.

1 0 0 0
Forum Posts Wiki Points Following Followers

Chade's forum posts

Avatar image for chade
Chade

1

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By Chade

Hi.

Is something wrong with the singular fetch api (for example "/character") or am I somehow using it wrong? I'm getting "500 internal server error" messages, if it's supposed to find something.
If it finds nothing, then it returns the normal xml return message that informs me that nothing is found.

I'm simply using the api like this:
http://api.comicvine.com/characters/?api_key=mykeyhere&gender=M&sort=birth_date&format=xml    <-- straightforward copy/paste from api samples with my own api-key. gender and sort parameters are not in use, but it works.
and manually selecting the first characters id 1253 and using it in query:
http://api.comicvine.com/character/1253/?api_key=mykeyhere&format=xml    <-- straightforward copy/paste from api samples with my own api-key

 -- C

PS. any news on the filter fields on listing apis? Otherwise true search would require a full set download (atleast with the fields used in query).