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 Jul 22, 2023
1 parent ace474d commit 2602139
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions .data/random-characters.json
Original file line number Diff line number Diff line change
@@ -1,98 +1,98 @@
[
{
"id": 85,
"name": "Cyclops Morty",
"status": "Alive",
"species": "Humanoid",
"id": 278,
"name": "Regional Manager Rick",
"status": "Dead",
"species": "Human",
"location": {
"name": "Citadel of Ricks",
"url": "https://therickandmortyapi.vercel.app/api/location/3"
},
"image": "https://therickandmortyapi.vercel.app/api/character/avatar/85.jpeg",
"image": "https://therickandmortyapi.vercel.app/api/character/avatar/278.jpeg",
"episode": {
"name": "Close Rick-counters of the Rick Kind",
"url": "https://therickandmortyapi.vercel.app/api/episode/10"
"name": "The Ricklantis Mixup",
"url": "https://therickandmortyapi.vercel.app/api/episode/28"
},
"url": "https://therickandmortyapi.vercel.app/api/character/85"
"url": "https://therickandmortyapi.vercel.app/api/character/278"
},
{
"id": 499,
"name": "Fascist Morty",
"status": "Dead",
"id": 426,
"name": "Greasy Grandma",
"status": "Alive",
"species": "Human",
"location": {
"name": "Earth (Fascist Dimension)",
"url": "https://therickandmortyapi.vercel.app/api/location/77"
"name": "Greasy Grandma World",
"url": "https://therickandmortyapi.vercel.app/api/location/73"
},
"image": "https://therickandmortyapi.vercel.app/api/character/avatar/499.jpeg",
"image": "https://therickandmortyapi.vercel.app/api/character/avatar/426.jpeg",
"episode": {
"name": "Edge of Tomorty: Rick, Die, Rickpeat",
"url": "https://therickandmortyapi.vercel.app/api/episode/32"
"name": "Close Rick-counters of the Rick Kind",
"url": "https://therickandmortyapi.vercel.app/api/episode/10"
},
"url": "https://therickandmortyapi.vercel.app/api/character/499"
"url": "https://therickandmortyapi.vercel.app/api/character/426"
},
{
"id": 643,
"name": "Council of Glorzos Member",
"status": "Dead",
"id": 527,
"name": "Mothership Intern",
"status": "Alive",
"species": "Alien",
"location": {
"name": "Glorzo Asteroid",
"url": "https://therickandmortyapi.vercel.app/api/location/101"
"name": "Monogatron Mothership",
"url": "https://therickandmortyapi.vercel.app/api/location/83"
},
"image": "https://therickandmortyapi.vercel.app/api/character/avatar/643.jpeg",
"image": "https://therickandmortyapi.vercel.app/api/character/avatar/527.jpeg",
"episode": {
"name": "Promortyus",
"url": "https://therickandmortyapi.vercel.app/api/episode/38"
"name": "The Old Man and the Seat",
"url": "https://therickandmortyapi.vercel.app/api/episode/33"
},
"url": "https://therickandmortyapi.vercel.app/api/character/643"
"url": "https://therickandmortyapi.vercel.app/api/character/527"
},
{
"id": 723,
"name": "Water Tina-Teer",
"status": "Dead",
"id": 538,
"name": "Priest Witherspoon",
"status": "Alive",
"species": "Human",
"location": {
"name": "Earth (Replacement Dimension)",
"url": "https://therickandmortyapi.vercel.app/api/location/20"
},
"image": "https://therickandmortyapi.vercel.app/api/character/avatar/723.jpeg",
"image": "https://therickandmortyapi.vercel.app/api/character/avatar/538.jpeg",
"episode": {
"name": "A Rickconvenient Mort",
"url": "https://therickandmortyapi.vercel.app/api/episode/44"
"name": "The Old Man and the Seat",
"url": "https://therickandmortyapi.vercel.app/api/episode/33"
},
"url": "https://therickandmortyapi.vercel.app/api/character/723"
"url": "https://therickandmortyapi.vercel.app/api/character/538"
},
{
"id": 735,
"name": "Foal Sanchez",
"id": 758,
"name": "Giant Assassin Hidden in the Statue of Liberty",
"status": "Alive",
"species": "Humanoid",
"species": "Robot",
"location": {
"name": "Earth (Replacement Dimension)",
"url": "https://therickandmortyapi.vercel.app/api/location/20"
},
"image": "https://therickandmortyapi.vercel.app/api/character/avatar/735.jpeg",
"image": "https://therickandmortyapi.vercel.app/api/character/avatar/758.jpeg",
"episode": {
"name": "Rickdependence Spray",
"url": "https://therickandmortyapi.vercel.app/api/episode/45"
"name": "Rick & Morty's Thanksploitation Spectacular",
"url": "https://therickandmortyapi.vercel.app/api/episode/47"
},
"url": "https://therickandmortyapi.vercel.app/api/character/735"
"url": "https://therickandmortyapi.vercel.app/api/character/758"
},
{
"id": 804,
"name": "Andy",
"status": "unknown",
"id": 815,
"name": "Punk Rick",
"status": "Dead",
"species": "Human",
"location": {
"name": "Citadel of Ricks",
"url": "https://therickandmortyapi.vercel.app/api/location/3"
"name": "Rick's Memories",
"url": "https://therickandmortyapi.vercel.app/api/location/126"
},
"image": "https://therickandmortyapi.vercel.app/api/character/avatar/804.jpeg",
"image": "https://therickandmortyapi.vercel.app/api/character/avatar/815.jpeg",
"episode": {
"name": "Rickmurai Jack",
"url": "https://therickandmortyapi.vercel.app/api/episode/51"
},
"url": "https://therickandmortyapi.vercel.app/api/character/804"
"url": "https://therickandmortyapi.vercel.app/api/character/815"
}
]

0 comments on commit 2602139

Please sign in to comment.