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 Mar 18, 2024
1 parent 9a0ae7d commit cb798a7
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions .data/random-characters.json
Original file line number Diff line number Diff line change
@@ -1,83 +1,67 @@
[
{
"id": 137,
"name": "Gene",
"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": 158,
"name": "Hookah Alien",
"id": 188,
"name": "Karen Entity",
"status": "Alive",
"species": "Alien",
"location": {
"name": "Interdimensional Customs",
"url": "https://therickandmortyapi.vercel.app/api/location/38"
"name": "Unity's Planet",
"url": "https://therickandmortyapi.vercel.app/api/location/28"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/158.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/188.jpeg",
"episode": {
"name": "Pilot",
"url": "https://therickandmortyapi.vercel.app/api/episode/1"
"name": "Auto Erotic Assimilation",
"url": "https://therickandmortyapi.vercel.app/api/episode/14"
},
"url": "https://therickandmortyapi.vercel.app/api/character/158"
"url": "https://therickandmortyapi.vercel.app/api/character/188"
},
{
"id": 386,
"name": "Zarbadar Gloonch",
"status": "Dead",
"id": 552,
"name": "Key Catcher",
"status": "Alive",
"species": "Alien",
"location": {
"name": "Nuptia 4",
"url": "https://therickandmortyapi.vercel.app/api/location/13"
"name": "Heist-Con",
"url": "https://therickandmortyapi.vercel.app/api/location/88"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/386.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/552.jpeg",
"episode": {
"name": "Mortynight Run",
"url": "https://therickandmortyapi.vercel.app/api/episode/13"
"name": "One Crew Over the Crewcoo's Morty",
"url": "https://therickandmortyapi.vercel.app/api/episode/34"
},
"url": "https://therickandmortyapi.vercel.app/api/character/386"
"url": "https://therickandmortyapi.vercel.app/api/character/552"
},
{
"id": 421,
"name": "Rich Plutonian",
"status": "Alive",
"species": "Alien",
"id": 591,
"name": "High Pilot",
"status": "unknown",
"species": "Human",
"location": {
"name": "Pluto",
"url": "https://therickandmortyapi.vercel.app/api/location/47"
"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/421.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/591.jpeg",
"episode": {
"name": "Something Ricked This Way Comes",
"url": "https://therickandmortyapi.vercel.app/api/episode/9"
"name": "Rattlestar Ricklactica",
"url": "https://therickandmortyapi.vercel.app/api/episode/36"
},
"url": "https://therickandmortyapi.vercel.app/api/character/421"
"url": "https://therickandmortyapi.vercel.app/api/character/591"
},
{
"id": 462,
"name": "Teleportation's Responsible Rick",
"status": "unknown",
"id": 770,
"name": "Hothead Rick",
"status": "Dead",
"species": "Human",
"location": {
"name": "Citadel of Ricks",
"url": "https://therickandmortyapi.vercel.app/api/location/3"
"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/462.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/770.jpeg",
"episode": {
"name": "The Rickshank Rickdemption",
"url": "https://therickandmortyapi.vercel.app/api/episode/22"
"name": "Gotron Jerrysis Rickvangelion",
"url": "https://therickandmortyapi.vercel.app/api/episode/48"
},
"url": "https://therickandmortyapi.vercel.app/api/character/462"
"url": "https://therickandmortyapi.vercel.app/api/character/770"
},
{
"id": 776,
Expand All @@ -94,5 +78,21 @@
"url": "https://therickandmortyapi.vercel.app/api/episode/48"
},
"url": "https://therickandmortyapi.vercel.app/api/character/776"
},
{
"id": 816,
"name": "Party Rick",
"status": "Dead",
"species": "Human",
"location": {
"name": "Rick's Memories",
"url": "https://therickandmortyapi.vercel.app/api/location/126"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/816.jpeg",
"episode": {
"name": "Rickmurai Jack",
"url": "https://therickandmortyapi.vercel.app/api/episode/51"
},
"url": "https://therickandmortyapi.vercel.app/api/character/816"
}
]

0 comments on commit cb798a7

Please sign in to comment.