Skip to content

Instantly share code, notes, and snippets.

@zocoi
Created July 21, 2017 17:24
Show Gist options
  • Save zocoi/73486af75de84c8ddb43fa474d3d6141 to your computer and use it in GitHub Desktop.
Save zocoi/73486af75de84c8ddb43fa474d3d6141 to your computer and use it in GitHub Desktop.
{
"data": [
{
"id": "47245daa-8d79-43f7-a7a4-02d69cd59970",
"type": "cities",
"attributes": {
"name": "San Francisco",
"slug": "san-francisco",
"state": "CA",
"country": "US",
"formatted_name": "San Francisco, CA",
"bbox": "POLYGON ((-122.51776988603085 37.70804997447594, -122.51776988603085 37.83329764035305, -122.35703102156194 37.83329764035305, -122.35703102156194 37.70804997447594, -122.51776988603085 37.70804997447594))"
}
},
{
"id": "81e80b6c-d108-4f4d-a9f9-1479ca347c7f",
"type": "cities",
"attributes": {
"name": "Los Angeles",
"slug": "los-angeles",
"state": "CA",
"country": "US",
"formatted_name": "Los Angeles, CA",
"bbox": "POLYGON ((-118.66817139539052 33.704669557602486, -118.66817139539052 34.337306712778755, -118.15535817284706 34.337306712778755, -118.15535817284706 33.704669557602486, -118.66817139539052 33.704669557602486))"
}
},
{
"id": "6f17c6a4-a745-450e-aeea-9ffca09e2566",
"type": "cities",
"attributes": {
"name": "New York City",
"slug": "new-york-city",
"state": "NY",
"country": "US",
"formatted_name": "New York City, NY",
"bbox": "POLYGON ((-74.25559136315213 40.49611539516853, -74.25559136315213 40.9155327770052, -73.70000906321046 40.9155327770052, -73.70000906321046 40.49611539516853, -74.25559136315213 40.49611539516853))"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment