Skip to content

Commit

Permalink
add new random characters
Browse files Browse the repository at this point in the history
  • Loading branch information
iswilljr committed Oct 4, 2023
1 parent a28a92a commit df272c2
Showing 1 changed file with 42 additions and 58 deletions.
100 changes: 42 additions & 58 deletions .data/random-characters.json
Original file line number Diff line number Diff line change
@@ -1,98 +1,82 @@
[
{
"id": 51,
"name": "Blue Diplomat",
"id": 158,
"name": "Hookah Alien",
"status": "Alive",
"species": "Alien",
"location": {
"name": "Interdimensional Cable",
"url": "https://therickandmortyapi.vercel.app/api/location/6"
"name": "Interdimensional Customs",
"url": "https://therickandmortyapi.vercel.app/api/location/38"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/51.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/158.jpeg",
"episode": {
"name": "Interdimensional Cable 2: Tempting Fate",
"url": "https://therickandmortyapi.vercel.app/api/episode/19"
"name": "Pilot",
"url": "https://therickandmortyapi.vercel.app/api/episode/1"
},
"url": "https://therickandmortyapi.vercel.app/api/character/51"
"url": "https://therickandmortyapi.vercel.app/api/character/158"
},
{
"id": 137,
"name": "Gene",
"id": 357,
"name": "Tommy's Clone",
"status": "Alive",
"species": "Human",
"location": {
"name": "Earth (Replacement Dimension)",
"url": "https://therickandmortyapi.vercel.app/api/location/20"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/137.jpeg",
"episode": {
"name": "The Whirly Dirly Conspiracy",
"url": "https://therickandmortyapi.vercel.app/api/episode/26"
},
"url": "https://therickandmortyapi.vercel.app/api/character/137"
},
{
"id": 249,
"name": "Mrs. Sanchez",
"status": "unknown",
"species": "Human",
"location": {
"name": "unknown",
"url": ""
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/249.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/357.jpeg",
"episode": {
"name": "Pilot",
"url": "https://therickandmortyapi.vercel.app/api/episode/1"
"name": "The ABC's of Beth",
"url": "https://therickandmortyapi.vercel.app/api/episode/30"
},
"url": "https://therickandmortyapi.vercel.app/api/character/249"
"url": "https://therickandmortyapi.vercel.app/api/character/357"
},
{
"id": 307,
"name": "Scroopy Noopers",
"status": "Alive",
"species": "Alien",
"id": 358,
"name": "Tophat Jones",
"status": "Dead",
"species": "Mythological Creature",
"location": {
"name": "Pluto",
"url": "https://therickandmortyapi.vercel.app/api/location/47"
"name": "Interdimensional Cable",
"url": "https://therickandmortyapi.vercel.app/api/location/6"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/307.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/358.jpeg",
"episode": {
"name": "Something Ricked This Way Comes",
"url": "https://therickandmortyapi.vercel.app/api/episode/9"
"name": "Rixty Minutes",
"url": "https://therickandmortyapi.vercel.app/api/episode/8"
},
"url": "https://therickandmortyapi.vercel.app/api/character/307"
"url": "https://therickandmortyapi.vercel.app/api/character/358"
},
{
"id": 463,
"name": "SEAL Team Rick",
"id": 504,
"name": "Fascist Shrimp Rick’s Clone",
"status": "Dead",
"species": "Human",
"species": "Animal",
"location": {
"name": "Citadel of Ricks",
"url": "https://therickandmortyapi.vercel.app/api/location/3"
"name": "Earth (Fascist Shrimp Dimension)",
"url": "https://therickandmortyapi.vercel.app/api/location/80"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/463.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/504.jpeg",
"episode": {
"name": "The Rickshank Rickdemption",
"url": "https://therickandmortyapi.vercel.app/api/episode/22"
"name": "Edge of Tomorty: Rick, Die, Rickpeat",
"url": "https://therickandmortyapi.vercel.app/api/episode/32"
},
"url": "https://therickandmortyapi.vercel.app/api/character/463"
"url": "https://therickandmortyapi.vercel.app/api/character/504"
},
{
"id": 698,
"name": "Wicker Rick",
"id": 563,
"name": "The Wizard",
"status": "Dead",
"species": "Robot",
"species": "Human",
"location": {
"name": "Earth (Replacement Dimension)",
"url": "https://therickandmortyapi.vercel.app/api/location/20"
"name": "Draygon",
"url": "https://therickandmortyapi.vercel.app/api/location/94"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/698.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/563.jpeg",
"episode": {
"name": "Mortyplicity",
"url": "https://therickandmortyapi.vercel.app/api/episode/43"
"name": "Claw and Hoarder: Special Ricktim's Morty",
"url": "https://therickandmortyapi.vercel.app/api/episode/35"
},
"url": "https://therickandmortyapi.vercel.app/api/character/698"
"url": "https://therickandmortyapi.vercel.app/api/character/563"
}
]

1 comment on commit df272c2

@vercel
Copy link

@vercel vercel bot commented on df272c2 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.