Skip to content

Instantly share code, notes, and snippets.

@sergeyloysha
Created June 28, 2023 11:33
Show Gist options
  • Save sergeyloysha/e301fbfa6345579b16abfc65781b29d3 to your computer and use it in GitHub Desktop.
Save sergeyloysha/e301fbfa6345579b16abfc65781b29d3 to your computer and use it in GitHub Desktop.
Here we just added 3 extra fields: postcode - we need this field for filtering, slug - we need this field to create url for single page, address - according to design
[
{
"id": 48,
"type": 1,
"name": "Station Antwerpen-centraal",
"state": 1,
"latitude": 51.217611,
"longitude": 4.421,
"radius": 50,
"zone": null,
"bikes_available": 11,
"postcode": 1999,
"slug": "station-antwerpen-centraal",
"address": "address here"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment