odin-codespace/memory-game/mg-backend/test_data.py
2024-07-17 22:23:47 -04:00

74 lines
3.4 KiB
Python

data = [
{
"medium_url": "https://images.pexels.com/photos/19314176/pexels-photo-19314176.jpeg?auto=compress&cs=tinysrgb&h=350",
"photo_id": 19314176,
"photo_url": "https://www.pexels.com/photo/ball-in-golden-paper-19314176/",
"topic": "ball",
},
{
"medium_url": "https://images.pexels.com/photos/1592384/pexels-photo-1592384.jpeg?auto=compress&cs=tinysrgb&h=350",
"photo_id": 1592384,
"photo_url": "https://www.pexels.com/photo/shallow-focus-photography-of-blue-alpine-car-1592384/",
"topic": "car",
},
{
"medium_url": "https://images.pexels.com/photos/444492/pexels-photo-444492.jpeg?auto=compress&cs=tinysrgb&h=350",
"photo_id": 444492,
"photo_url": "https://www.pexels.com/photo/golden-retriever-puppy-mix-444492/",
"topic": "dog",
},
{
"medium_url": "https://images.pexels.com/photos/160722/cat-tiger-getiegert-feel-at-home-160722.jpeg?auto=compress&cs=tinysrgb&h=350",
"photo_id": 160722,
"photo_url": "https://www.pexels.com/photo/silver-tabby-cat-lying-on-green-grass-160722/",
"topic": "cat",
},
{
"medium_url": "https://images.pexels.com/photos/694587/pexels-photo-694587.jpeg?auto=compress&cs=tinysrgb&h=350",
"photo_id": 694587,
"photo_url": "https://www.pexels.com/photo/silhouette-of-boy-running-in-body-of-water-during-sunset-694587/",
"topic": "sun",
},
{
"medium_url": "https://images.pexels.com/photos/821718/pexels-photo-821718.jpeg?auto=compress&cs=tinysrgb&h=350",
"photo_id": 821718,
"photo_url": "https://www.pexels.com/photo/full-moon-821718/",
"topic": "moon",
},
{
"medium_url": "https://images.pexels.com/photos/102104/pexels-photo-102104.jpeg?auto=compress&cs=tinysrgb&h=350",
"photo_id": 102104,
"photo_url": "https://www.pexels.com/photo/red-and-orange-apple-fruit-102104/",
"topic": "apple",
},
{
"medium_url": "https://images.pexels.com/photos/2872767/pexels-photo-2872767.jpeg?auto=compress&cs=tinysrgb&h=350",
"photo_id": 2872767,
"photo_url": "https://www.pexels.com/photo/photo-of-peeled-banana-on-yellow-plate-and-background-2872767/",
"topic": "banana",
},
{
"medium_url": "https://images.pexels.com/photos/207732/pexels-photo-207732.jpeg?auto=compress&cs=tinysrgb&h=350",
"photo_id": 207732,
"photo_url": "https://www.pexels.com/photo/grayscale-photo-of-books-207732/",
"topic": "book",
},
{
"medium_url": "https://images.pexels.com/photos/1464625/pexels-photo-1464625.jpeg?auto=compress&cs=tinysrgb&h=350",
"photo_id": 1464625,
"photo_url": "https://www.pexels.com/photo/grey-sneakers-with-dense-surface-of-texture-for-comfortable-everyday-wearing-1464625/",
"topic": "shoe",
},
{
"medium_url": "https://images.pexels.com/photos/2098848/pexels-photo-2098848.jpeg?auto=compress&cs=tinysrgb&h=350",
"photo_id": 2098848,
"photo_url": "https://www.pexels.com/photo/brown-sun-hat-and-sandals-on-sand-2098848/",
"topic": "hat",
},
{
"medium_url": "https://images.pexels.com/photos/698275/pexels-photo-698275.jpeg?auto=compress&cs=tinysrgb&h=350",
"photo_id": 698275,
"photo_url": "https://www.pexels.com/photo/tree-surrounded-by-snow-698275/",
"topic": "tree",
},
]