Skip to content

Instantly share code, notes, and snippets.

@DiegoMagdaleno
Last active May 7, 2024 03:23
Show Gist options
  • Save DiegoMagdaleno/d1293fe76c253c22479c0c9f23132327 to your computer and use it in GitHub Desktop.
Save DiegoMagdaleno/d1293fe76c253c22479c0c9f23132327 to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"name": "Buddy",
"species": "Perro",
"breed": "Golden Retriever",
"age": 3,
"description": "Buddy es un Golden Retriever amigable y juguetón. Le encanta jugar a buscar y dar largas caminatas.",
"imageUrl": "https://images.unsplash.com/photo-1633722715463-d30f4f325e24?q=80&w=1000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8N3x8Z29sZGVuJTIwcmV0cmlldmVyfGVufDB8fDB8fHww",
"weight": 30,
"length": 24
},
{
"id": 2,
"name": "Max",
"species": "Perro",
"breed": "Pastor Alemán",
"age": 4,
"description": "Max es un Pastor Alemán leal e inteligente. Disfruta del entrenamiento de obediencia y de los cursos de agilidad.",
"imageUrl": "https://www.aon.es/personales/seguro-perro-gato/wp-content/uploads/sites/2/2021/06/pastor-aleman-3.jpg",
"weight": 35,
"length": 26
},
{
"id": 3,
"name": "Charlie",
"species": "Perro",
"breed": "Labrador Retriever",
"age": 2,
"description": "Charlie es un Labrador Retriever enérgico y cariñoso. Le encanta nadar y jugar con otros perros.",
"imageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSdCu_s7xI9EmUOKz4H4ol8P_7jIrW4cRzQnTC2FlBShA&s",
"weight": 28,
"length": 22
},
{
"id": 4,
"name": "Luna",
"species": "Perro",
"breed": "Siberian Husky",
"age": 1,
"description": "Luna es una Siberian Husky aventurera e independiente. Disfruta de actividades al aire libre como hacer senderismo y correr.",
"imageUrl": "https://www.aon.es/personales/seguro-perro-gato/wp-content/uploads/sites/2/2021/05/perro-husky.jpg",
"weight": 25,
"length": 20
},
{
"id": 5,
"name": "Cooper",
"species": "Perro",
"breed": "Caniche",
"age": 5,
"description": "Cooper es un Caniche gentil e inteligente. Disfruta aprendiendo nuevos trucos y acurrucarse en el sofá.",
"imageUrl": "https://blog-pawsafe.b-cdn.net/wp-content/uploads/moyen-poodle.png",
"weight": 20,
"length": 18
},
{
"id": 6,
"name": "Whiskers",
"species": "Gato",
"breed": "Siamés",
"age": 2,
"description": "Whiskers es un gato Siamés juguetón y vocal. Disfruta de juguetes interactivos y de acurrucarse en lugares cálidos.",
"imageUrl": "https://upload.wikimedia.org/wikipedia/commons/2/25/Siam_lilacpoint.jpg",
"weight": 10,
"length": 16
},
{
"id": 7,
"name": "Mittens",
"species": "Gato",
"breed": "Maine Coon",
"age": 3,
"description": "Mittens es un gato Maine Coon gigante y gentil. Le encanta explorar y tiene predilección por dormir en lugares extraños.",
"imageUrl": "https://image.petmd.com/files/inline-images/orange-maine-coon-kitten.jpg?VersionId=cE8cOEvndhwsP9M.wFUkEVzAsmeL6pf3",
"weight": 15,
"length": 20
},
{
"id": 8,
"name": "Oreo",
"species": "Gato",
"breed": "Domestic Shorthair",
"age": 4,
"description": "Oreo es un gato Doméstico de Pelo Corto dulce y curioso. Disfruta persiguiendo juguetes y observando pájaros desde la ventana.",
"imageUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTydDkCVC00jWcVkLrbG9Us98LmOhfYsew6-aFUGj0CAw&s",
"weight": 12,
"length": 18
},
{
"id": 9,
"name": "Simba",
"species": "Gato",
"breed": "Persa",
"age": 5,
"description": "Simba es un gato Persa regio y elegante. Disfruta recostarse en entornos lujosos y ser mimado.",
"imageUrl": "https://miauu.mx/wp-content/uploads/2022/03/Gato-persa-azul.jpg",
"weight": 14,
"length": 22
},
{
"id": 10,
"name": "Shadow",
"species": "Gato",
"breed": "Azul Ruso",
"age": 3,
"description": "Shadow es un gato Azul Ruso misterioso e inteligente. Disfruta de momentos tranquilos y observar el mundo desde perchas altas.",
"imageUrl": "https://rawznaturalpetfood.com/wp-content/uploads/russian-blue-cats.jpg",
"weight": 11,
"length": 17
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment