forked from phalt/swapi
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No image for star wars characters, films, planets any other resource #56
Comments
Here are some for you {
"characters": [
{
"id": 1,
"name": "Luke Skywalker",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/2/20/LukeTLJ.jpg"
},
{
"id": 2,
"name": "C-3PO",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/3/3f/C-3PO_TLJ_Card_Trader_Award_Card.png"
},
{
"id": 3,
"name": "R2-D2",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/e/eb/ArtooTFA2-Fathead.png"
},
{
"id": 4,
"name": "Darth Vader",
"photo": "https://vignette.wikia.nocookie.net/fr.starwars/images/3/32/Dark_Vador.jpg"
},
{
"id": 5,
"name": "Leia Organa",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/f/fc/Leia_Organa_TLJ.png"
},
{
"id": 6,
"name": "Owen Lars",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/e/eb/OwenCardTrader.png"
},
{
"id": 7,
"name": "Beru Whitesun lars",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/c/cc/BeruCardTrader.png"
},
{
"id": 8,
"name": "R5-D4",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/c/cb/R5-D4_Sideshow.png"
},
{
"id": 9,
"name": "Biggs Darklighter",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/0/00/BiggsHS-ANH.png"
},
{
"id": 10,
"name": "Obi-Wan Kenobi",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/4/4e/ObiWanHS-SWE.jpg"
},
{
"id": 11,
"name": "Anakin Skywalker",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/6/6f/Anakin_Skywalker_RotS.png"
},
{
"id": 12,
"name": "Wilhuff Tarkin",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/c/c1/Tarkininfobox.jpg"
},
{
"id": 13,
"name": "Chewbacca",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/4/48/Chewbacca_TLJ.png"
},
{
"id": 14,
"name": "Han Solo",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/e/e2/TFAHanSolo.png"
},
{
"id": 15,
"name": "Greedo",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/c/c6/Greedo.jpg"
},
{
"id": 16,
"name": "Jabba Desilijic Tiure",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/7/7f/Jabba_SWSB.png"
},
{
"id": 18,
"name": "Wedge Antilles",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/6/60/WedgeHelmetless-ROTJHD.jpg"
},
{
"id": 19,
"name": "Jek Tono Porkins",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/e/eb/JekPorkins-DB.png"
},
{
"id": 20,
"name": "Yoda",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/d/d6/Yoda_SWSB.png"
},
{
"id": 21,
"name": "Palpatine",
"photo": "https://vignette.wikia.nocookie.net/starwars/images/d/d8/Emperor_Sidious.png"
}
]
}
|
Hello, I will try to fetch just images from the character's id. SWAPI and this API id's are identical maybe it might work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was building a website where users can see all star wars charaters, films, planets but the data i get back from api has no image to display and actually i was using a graphql service called stepzen for it and it made so sad it created whole graphql api for me based on your rest api and in the end i noticed no image. Why u forgot to add image. Image is so necssary.
The text was updated successfully, but these errors were encountered: