Akshay Baweja

SuperHero API — Get all superhero data from all universes under a single API

Featured
19
The superhero API, is a quantified and programatically accessible data source of all superheroes from different comic universes. We've taken all the stuff and put it together in a form that is easier to consume with software. Then we made an API so you can consume it in a hassle free manner.

Add a comment

Replies
Best
David Ferguson
Site doesn’t load
Akshay Baweja
@jdfwarrior Hey, try again. We were making some security enhancements.
Shun Yamada
Cool project. upvoted :)
Akshay Baweja
@shun_yamada Thanks dude!
Akshay Baweja
Me and my friend came across an issue where we wanted to create a superhero game but didn't get an API to get the superhero data so we created one using various data sources.
Rushi
Loving the idea.. great work!!
Derrick
I was using comicvine's API for my app but this is amazing! Thank you! I might transition to this in the future.
Aditya Singh
This can be really helpful.... If anyone is making a apps as they don't have to collect the data... :P The project is really cool... you can do the same thing for cars and bikes...
Rosen Rusev
Is there a way to get all superhero names with one call? Like /superheroes or /all ?
Fernando Miranda
@rosen_rusev pudiste lograarlo?
Jeremy Bauer
Love the idea and I’ve wanted something like this for a while! The site doesn’t load for me either, though.
Akshay Baweja
@barnabybones Hey, try again. We were making some security enhancements.
Ryan DiMascio
A Facebook account to get access to an API seems a little shady
Akshay Baweja
@ryandimascio haha! we didn't want to setup our own authentication system so we used facebook authentication, easier to implement.
Juan Camilo Caicedo España
Hi i have this error "Access to XMLHttpRequest at 'https://superheroapi.com/api/102...' from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource."
Akshay Baweja
@juan_camilo_caicedo_espana Hey, the issue is fixed now. Sorry for the inconvenience.
Dev ReBeleza
Hi guys, I used this API for a challenge, thanks for your work. Originally I had a "CORS policy" error, but I was able to resolve it by adding ".php" after "/api" --> "https: //superheroapi.com/api.php/access-token / ..." Production Website:https://super-alkemy-react-devre... Thanks in advance
Fernando Miranda
como se puede consultar todos los superheroes y no hacer consulta de uno en uno? como lo pregunta Rosen Rusev