ludalito

This user has not updated recently.

2 0 0 0
Forum Posts Wiki Points Following Followers

ludalito's forum posts

Avatar image for ludalito
ludalito

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By ludalito

Hello,

I'd like to use the API in Python but I keep having a 403 error response.

import requests API_KEY_COMIC_VINE = "myApiKey" request_comicvine = "http://comicvine.gamespot.com/api/search/?api_key=" + API_KEY_COMIC_VINE + "&query=antares" response = requests.get(request_comicvine) print(response.status_code)

> 403

But the same URL in my browser gives me the right answer. Anybody have an idea of the problem ?

I tried the same code with others API (TheMovieDB for example) and it works fine...

https://comicvine.gamespot.com/api/search/?api_key=myApiKey&query=antares