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 30, 2024
1 parent 377864a commit ce81f90
Showing 1 changed file with 50 additions and 50 deletions.
100 changes: 50 additions & 50 deletions .data/random-characters.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
[
{
"id": 16,
"name": "Amish Cyborg",
"status": "Dead",
"species": "Alien",
"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/16.jpeg",
"episode": {
"name": "Total Rickall",
"url": "https://therickandmortyapi.vercel.app/api/episode/15"
},
"url": "https://therickandmortyapi.vercel.app/api/character/16"
},
{
"id": 162,
"name": "Ice-T",
Expand All @@ -16,83 +32,67 @@
"url": "https://therickandmortyapi.vercel.app/api/character/162"
},
{
"id": 181,
"name": "Jessica's Friend",
"id": 267,
"name": "Plumber Rick",
"status": "Alive",
"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/181.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/267.jpeg",
"episode": {
"name": "Pilot",
"url": "https://therickandmortyapi.vercel.app/api/episode/1"
"name": "The Ricklantis Mixup",
"url": "https://therickandmortyapi.vercel.app/api/episode/28"
},
"url": "https://therickandmortyapi.vercel.app/api/character/181"
"url": "https://therickandmortyapi.vercel.app/api/character/267"
},
{
"id": 382,
"name": "Worldender",
"id": 349,
"name": "The Scientist Formerly Known as Rick",
"status": "Dead",
"species": "Alien",
"location": {
"name": "Worldender's lair",
"url": "https://therickandmortyapi.vercel.app/api/location/4"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/382.jpeg",
"episode": {
"name": "Vindicators 3: The Return of Worldender",
"url": "https://therickandmortyapi.vercel.app/api/episode/25"
},
"url": "https://therickandmortyapi.vercel.app/api/character/382"
},
{
"id": 590,
"name": "High Pilot",
"status": "unknown",
"species": "Human",
"location": {
"name": "Earth (Replacement Dimension)",
"url": "https://therickandmortyapi.vercel.app/api/location/20"
"name": "unknown",
"url": ""
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/590.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/349.jpeg",
"episode": {
"name": "Rattlestar Ricklactica",
"url": "https://therickandmortyapi.vercel.app/api/episode/36"
"name": "Close Rick-counters of the Rick Kind",
"url": "https://therickandmortyapi.vercel.app/api/episode/10"
},
"url": "https://therickandmortyapi.vercel.app/api/character/590"
"url": "https://therickandmortyapi.vercel.app/api/character/349"
},
{
"id": 621,
"name": "Ruth Bader Ginsburg",
"id": 459,
"name": "Butthole Ice Cream Guy",
"status": "Alive",
"species": "Human",
"species": "Alien",
"location": {
"name": "Morty’s Story",
"url": "https://therickandmortyapi.vercel.app/api/location/99"
"name": "Interdimensional Cable",
"url": "https://therickandmortyapi.vercel.app/api/location/6"
},
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/621.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/459.jpeg",
"episode": {
"name": "Never Ricking Morty",
"url": "https://therickandmortyapi.vercel.app/api/episode/37"
"name": "Interdimensional Cable 2: Tempting Fate",
"url": "https://therickandmortyapi.vercel.app/api/episode/19"
},
"url": "https://therickandmortyapi.vercel.app/api/character/621"
"url": "https://therickandmortyapi.vercel.app/api/character/459"
},
{
"id": 680,
"name": "Adam",
"id": 820,
"name": "Redhead Morty",
"status": "Dead",
"species": "Humanoid",
"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/680.jpeg",
"image": "https://raw.githubusercontent.com/iswilljr/rick-and-morty-api/master/src/images/820.jpeg",
"episode": {
"name": "Mort Dinner Rick Andre",
"url": "https://therickandmortyapi.vercel.app/api/episode/42"
"name": "Rickmurai Jack",
"url": "https://therickandmortyapi.vercel.app/api/episode/51"
},
"url": "https://therickandmortyapi.vercel.app/api/character/680"
"url": "https://therickandmortyapi.vercel.app/api/character/820"
}
]

0 comments on commit ce81f90

Please sign in to comment.