From b0cac02daef936685bd1c0a98297759f2e577bfd Mon Sep 17 00:00:00 2001 From: iswilljr Date: Fri, 17 May 2024 08:08:45 +0000 Subject: [PATCH] add new random characters --- .data/random-characters.json | 84 ++++++++++++++++++------------------ 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/.data/random-characters.json b/.data/random-characters.json index af3775e..607f4ad 100644 --- a/.data/random-characters.json +++ b/.data/random-characters.json @@ -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, @@ -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" } ]