Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save nurbektorbayev/e47204de7e7e5e2c2f283063a172ff0d to your computer and use it in GitHub Desktop.

Select an option

Save nurbektorbayev/e47204de7e7e5e2c2f283063a172ff0d to your computer and use it in GitHub Desktop.
sample-json-for-feed-public-api
{
"items": [
{
"name": "image1.jpg",
"clickout_url": "https://example.com/public-item1",
"url": "https://petsi.net/images/dogbreed/big/buryat-mongolskiy-volkodav.jpg",
"price": 19.99,
"description": "High-quality photo of a Buryat-Mongolian Wolfhound."
},
{
"name": "image2.jpg",
"clickout_url": "https://example.com/public-item2",
"url": "https://lapkins.ru/upload/iblock/1cc/soxntqrsj8kkl5hzryxmqvhkvbt0ysjx.jpg",
"price": 24.99,
"description": "Beautiful image of a fluffy dog."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment