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 May 17, 2024
1 parent c94b24c commit b0cac02
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions .data/random-characters.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,51 @@
[
{
"id": 92,
"name": "Davin",
"id": 51,
"name": "Blue Diplomat",
"status": "Alive",
"species": "Alien",
"location": {
"name": "Interdimensional Cable",
"url": "https://therickandmortyapi.vercel.app/api/location/6"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/51.jpeg",
"episode": {
"name": "Interdimensional Cable 2: Tempting Fate",
"url": "https://therickandmortyapi.vercel.app/api/episode/19"
},
"url": "https://therickandmortyapi.vercel.app/api/character/51"
},
{
"id": 102,
"name": "Donna Gueterman",
"status": "Dead",
"species": "Human",
"species": "Robot",
"location": {
"name": "Earth (C-137)",
"url": "https://therickandmortyapi.vercel.app/api/location/1"
"name": "Planet Squanch",
"url": "https://therickandmortyapi.vercel.app/api/location/35"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/92.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/102.jpeg",
"episode": {
"name": "Pilot",
"url": "https://therickandmortyapi.vercel.app/api/episode/1"
"name": "The Wedding Squanchers",
"url": "https://therickandmortyapi.vercel.app/api/episode/21"
},
"url": "https://therickandmortyapi.vercel.app/api/character/92"
"url": "https://therickandmortyapi.vercel.app/api/character/102"
},
{
"id": 190,
"name": "Keara",
"id": 185,
"name": "Joseph Eli Lipkip",
"status": "Alive",
"species": "Alien",
"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/190.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/185.jpeg",
"episode": {
"name": "The ABC's of Beth",
"url": "https://therickandmortyapi.vercel.app/api/episode/30"
},
"url": "https://therickandmortyapi.vercel.app/api/character/190"
"url": "https://therickandmortyapi.vercel.app/api/character/185"
},
{
"id": 246,
Expand All @@ -48,51 +64,35 @@
"url": "https://therickandmortyapi.vercel.app/api/character/246"
},
{
"id": 355,
"name": "Todd Crystal",
"id": 440,
"name": "Veterinary Nurse",
"status": "Alive",
"species": "Alien",
"location": {
"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/355.jpeg",
"episode": {
"name": "Auto Erotic Assimilation",
"url": "https://therickandmortyapi.vercel.app/api/episode/14"
},
"url": "https://therickandmortyapi.vercel.app/api/character/355"
},
{
"id": 717,
"name": "Planetina",
"status": "Alive",
"species": "Humanoid",
"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/717.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/440.jpeg",
"episode": {
"name": "A Rickconvenient Mort",
"url": "https://therickandmortyapi.vercel.app/api/episode/44"
"name": "A Rickle in Time",
"url": "https://therickandmortyapi.vercel.app/api/episode/12"
},
"url": "https://therickandmortyapi.vercel.app/api/character/717"
"url": "https://therickandmortyapi.vercel.app/api/character/440"
},
{
"id": 737,
"name": "Cirque du Soleil Zumanity Member",
"status": "Alive",
"id": 732,
"name": "Blazen",
"status": "Dead",
"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/737.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/732.jpeg",
"episode": {
"name": "Rickdependence Spray",
"url": "https://therickandmortyapi.vercel.app/api/episode/45"
},
"url": "https://therickandmortyapi.vercel.app/api/character/737"
"url": "https://therickandmortyapi.vercel.app/api/character/732"
}
]

0 comments on commit b0cac02

Please sign in to comment.