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 Aug 11, 2024
1 parent 5c435be commit 2325029
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions .data/random-characters.json
Original file line number Diff line number Diff line change
@@ -1,83 +1,67 @@
[
{
"id": 317,
"name": "Shmlonathan Shmlower",
"status": "Alive",
"id": 117,
"name": "Evil Jerry Clone",
"status": "Dead",
"species": "Human",
"location": {
"name": "Interdimensional Cable",
"url": "https://therickandmortyapi.vercel.app/api/location/6"
"name": "Earth (C-137)",
"url": "https://therickandmortyapi.vercel.app/api/location/1"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/317.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/117.jpeg",
"episode": {
"name": "Rixty Minutes",
"url": "https://therickandmortyapi.vercel.app/api/episode/8"
"name": "Meeseeks and Destroy",
"url": "https://therickandmortyapi.vercel.app/api/episode/5"
},
"url": "https://therickandmortyapi.vercel.app/api/character/317"
"url": "https://therickandmortyapi.vercel.app/api/character/117"
},
{
"id": 368,
"name": "Truth Tortoise",
"status": "unknown",
"species": "Mythological Creature",
"id": 426,
"name": "Greasy Grandma",
"status": "Alive",
"species": "Human",
"location": {
"name": "unknown",
"url": ""
"name": "Greasy Grandma World",
"url": "https://therickandmortyapi.vercel.app/api/location/73"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/368.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/426.jpeg",
"episode": {
"name": "Morty's Mind Blowers",
"url": "https://therickandmortyapi.vercel.app/api/episode/29"
"name": "Close Rick-counters of the Rick Kind",
"url": "https://therickandmortyapi.vercel.app/api/episode/10"
},
"url": "https://therickandmortyapi.vercel.app/api/character/368"
"url": "https://therickandmortyapi.vercel.app/api/character/426"
},
{
"id": 386,
"name": "Zarbadar Gloonch",
"id": 649,
"name": "Crystal Dealer",
"status": "Dead",
"species": "Alien",
"location": {
"name": "Nuptia 4",
"url": "https://therickandmortyapi.vercel.app/api/location/13"
"name": "Alien Acid Plant",
"url": "https://therickandmortyapi.vercel.app/api/location/102"
},
"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/649.jpeg",
"episode": {
"name": "Mortynight Run",
"url": "https://therickandmortyapi.vercel.app/api/episode/13"
},
"url": "https://therickandmortyapi.vercel.app/api/character/386"
},
{
"id": 598,
"name": "Biblesaurus",
"status": "Alive",
"species": "Animal",
"location": {
"name": "Story Train",
"url": "https://therickandmortyapi.vercel.app/api/location/96"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/598.jpeg",
"episode": {
"name": "Never Ricking Morty",
"url": "https://therickandmortyapi.vercel.app/api/episode/37"
"name": "The Vat of Acid Episode",
"url": "https://therickandmortyapi.vercel.app/api/episode/39"
},
"url": "https://therickandmortyapi.vercel.app/api/character/598"
"url": "https://therickandmortyapi.vercel.app/api/character/649"
},
{
"id": 661,
"name": "Morty’s Girlfriend",
"status": "Alive",
"species": "Human",
"id": 664,
"name": "Ticktock",
"status": "unknown",
"species": "Humanoid",
"location": {
"name": "Merged Universe",
"url": "https://therickandmortyapi.vercel.app/api/location/103"
"name": "Gaia",
"url": "https://therickandmortyapi.vercel.app/api/location/106"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/661.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/664.jpeg",
"episode": {
"name": "The Vat of Acid Episode",
"url": "https://therickandmortyapi.vercel.app/api/episode/39"
"name": "Childrick of Mort",
"url": "https://therickandmortyapi.vercel.app/api/episode/40"
},
"url": "https://therickandmortyapi.vercel.app/api/character/661"
"url": "https://therickandmortyapi.vercel.app/api/character/664"
},
{
"id": 700,
Expand All @@ -94,5 +78,21 @@
"url": "https://therickandmortyapi.vercel.app/api/episode/43"
},
"url": "https://therickandmortyapi.vercel.app/api/character/700"
},
{
"id": 703,
"name": "Mr. Always Wants to be Hunted",
"status": "Alive",
"species": "Poopybutthole",
"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/703.jpeg",
"episode": {
"name": "Mortyplicity",
"url": "https://therickandmortyapi.vercel.app/api/episode/43"
},
"url": "https://therickandmortyapi.vercel.app/api/character/703"
}
]

0 comments on commit 2325029

Please sign in to comment.