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 Jun 5, 2024
1 parent d2d4c27 commit d160a5f
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions .data/random-characters.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,83 +16,83 @@
"url": "https://therickandmortyapi.vercel.app/api/character/72"
},
{
"id": 191,
"name": "Kevin",
"status": "Dead",
"species": "Alien",
"id": 407,
"name": "Regular Tyrion Lannister",
"status": "Alive",
"species": "Human",
"location": {
"name": "Zigerion's Base",
"url": "https://therickandmortyapi.vercel.app/api/location/46"
"name": "Interdimensional Cable",
"url": "https://therickandmortyapi.vercel.app/api/location/6"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/191.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/407.jpeg",
"episode": {
"name": "M. Night Shaym-Aliens!",
"url": "https://therickandmortyapi.vercel.app/api/episode/4"
"name": "Rixty Minutes",
"url": "https://therickandmortyapi.vercel.app/api/episode/8"
},
"url": "https://therickandmortyapi.vercel.app/api/character/191"
"url": "https://therickandmortyapi.vercel.app/api/character/407"
},
{
"id": 272,
"name": "Principal Vagina",
"id": 430,
"name": "Chair-person",
"status": "Alive",
"species": "Human",
"species": "Humanoid",
"location": {
"name": "Earth (Replacement Dimension)",
"url": "https://therickandmortyapi.vercel.app/api/location/20"
"name": "Earth (Chair Dimension)",
"url": "https://therickandmortyapi.vercel.app/api/location/74"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/272.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/430.jpeg",
"episode": {
"name": "Something Ricked This Way Comes",
"url": "https://therickandmortyapi.vercel.app/api/episode/9"
"name": "Close Rick-counters of the Rick Kind",
"url": "https://therickandmortyapi.vercel.app/api/episode/10"
},
"url": "https://therickandmortyapi.vercel.app/api/character/272"
"url": "https://therickandmortyapi.vercel.app/api/character/430"
},
{
"id": 292,
"name": "Rick K-22",
"status": "Alive",
"id": 591,
"name": "High Pilot",
"status": "unknown",
"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/292.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/591.jpeg",
"episode": {
"name": "The Ricklantis Mixup",
"url": "https://therickandmortyapi.vercel.app/api/episode/28"
"name": "Rattlestar Ricklactica",
"url": "https://therickandmortyapi.vercel.app/api/episode/36"
},
"url": "https://therickandmortyapi.vercel.app/api/character/292"
"url": "https://therickandmortyapi.vercel.app/api/character/591"
},
{
"id": 314,
"name": "Shmlamantha Shmlicelli",
"id": 703,
"name": "Mr. Always Wants to be Hunted",
"status": "Alive",
"species": "Human",
"species": "Poopybutthole",
"location": {
"name": "Interdimensional Cable",
"url": "https://therickandmortyapi.vercel.app/api/location/6"
"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/314.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/703.jpeg",
"episode": {
"name": "Rixty Minutes",
"url": "https://therickandmortyapi.vercel.app/api/episode/8"
"name": "Mortyplicity",
"url": "https://therickandmortyapi.vercel.app/api/episode/43"
},
"url": "https://therickandmortyapi.vercel.app/api/character/314"
"url": "https://therickandmortyapi.vercel.app/api/character/703"
},
{
"id": 732,
"name": "Blazen",
"status": "Dead",
"id": 803,
"name": "40 Years Old Morty",
"status": "unknown",
"species": "Human",
"location": {
"name": "Earth (Replacement Dimension)",
"url": "https://therickandmortyapi.vercel.app/api/location/20"
"name": "Citadel of Ricks",
"url": "https://therickandmortyapi.vercel.app/api/location/3"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/732.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/803.jpeg",
"episode": {
"name": "Rickdependence Spray",
"url": "https://therickandmortyapi.vercel.app/api/episode/45"
"name": "Rickmurai Jack",
"url": "https://therickandmortyapi.vercel.app/api/episode/51"
},
"url": "https://therickandmortyapi.vercel.app/api/character/732"
"url": "https://therickandmortyapi.vercel.app/api/character/803"
}
]

0 comments on commit d160a5f

Please sign in to comment.