/character vs /characters

Avatar image for cbandes
cbandes

20

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I'm just starting to work with the API and what I'm really interested in are the character_friends and team_friends fields. These seem to be available in the /character and /team queries, but those are returning a 404 at the moment. /characters and /teams work, but don't have this information.

My queries look like this:

http://www.comicvine.com/api/characters/?api_key=[key]&filter=name:batman&format=json <- OK

http://www.comicvine.com/api/character/?api_key=[key]&filter=name:batman&format=json <- 404

Likewise for team/teams

Were those other queries removed from the API? Is my syntax bad?