How to get a singular resource

Avatar image for valdo
valdo

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Hi!

I love the project even if it seems kinda lost...

So how am I supposed to get a singular resource like "https://comicvine.gamespot.com/api/character"

It's not explained in the doc: https://comicvine.gamespot.com/api/documentation#toc-0-2

I've tried with:

- https://comicvine.gamespot.com/api/character/<ID>

- https://comicvine.gamespot.com/api/character/?id=<ID>

Some users are saying that you should pass a combination of the ID + a type. I can't see any "type" in the response.

Somebody can help please? :)

Thanks!

Avatar image for jotatd
jotatD

1

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Hey, I am also unable to figure out how to work the singular resource out

I've done quite a bit of digging and the types I believe can be found in this GitHub

https://github.com/Metron-Project/Simyan/blob/main/simyan/comicvine.py

Otoh, I am still unable to make heads or tails of how to call a singular resource. I of someone knows please let us know