Skip to content

Instantly share code, notes, and snippets.

@mklueh
Last active January 8, 2023 14:50
Show Gist options
  • Save mklueh/681ec7ad4a19313ad8da2c5d501cd43c to your computer and use it in GitHub Desktop.
Save mklueh/681ec7ad4a19313ad8da2c5d501cd43c to your computer and use it in GitHub Desktop.
api
{
"createdAt": "2022-06-30",
"homes": [
{
"name": "Villa Belvue",
"price": 1200000,
"price_history": [
{
"date": "2022-01-01",
"price": 1200000
},
{
"date": "2022-02-01",
"price": 1250000
},
{
"date": "2022-04-01",
"price": 1150000
},
{
"date": "2022-05-01",
"price": 1300000
},
{
"date": "2022-06-01",
"price": 1350000
},
{
"date": "2022-07-01",
"price": 1400000
},
{
"date": "2022-08-01",
"price": 1500000
},
{
"date": "2022-09-01",
"price": 1600000
},
{
"date": "2022-10-01",
"price": 1700000
},
{
"date": "2022-11-01",
"price": 1850000
},
{
"date": "2022-12-01",
"price": 1900000
}
],
"features": {
"rooms": 12,
"bathrooms": 4,
"pool": true,
"whirlpool": true,
"garages": 4
},
"location": {
"long": 12345,
"lat": 23523
}
},
{
"name": "Villa Tiny",
"price": 1590000,
"price_history": [
{
"date": "2022-07-10",
"price": 1590000
}
],
"features": {
"rooms": 4,
"bathrooms": 2,
"pool": true,
"whirlpool": false,
"garages": 2
},
"location": {
"long": 123222,
"lat": 6422
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment