Skip to content

Instantly share code, notes, and snippets.

@jcf
Created June 3, 2014 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcf/9cf151594342eff82c76 to your computer and use it in GitHub Desktop.
Save jcf/9cf151594342eff82c76 to your computer and use it in GitHub Desktop.
Place search
HTTP/1.1 200 OK
Connection: keep-alive
Content-Encoding: gzip
Content-Length: 602
Content-Type: application/vnd.listora.v1+json;profile="https://api.listora.com/schemas/place";charset=UTF-8
Date: Tue, 03 Jun 2014 09:31:38 GMT
Link: <https://api.listora.com/schemas/place>; rel="describedBy"
Server: http-kit
Strict-Transport-Security: max-age=31536000; includeSubdomains
Vary: Accept-Encoding
{
"address_components": [
{
"long_name": "1",
"short_name": "1",
"types": [
"street_number"
]
},
{
"long_name": "Charlie Chaplin Walk",
"short_name": "Charlie Chaplin Walk",
"types": [
"route"
]
},
{
"long_name": "United Kingdom",
"short_name": "GB",
"types": [
"country",
"political"
]
},
{
"long_name": "SE1 8XR",
"short_name": "SE1 8XR",
"types": [
"postal_code"
]
},
{
"long_name": "London",
"short_name": "London",
"types": [
"postal_town"
]
}
],
"created_at": null,
"creator": null,
"editor": null,
"formatted_address": "1 Charlie Chaplin Walk, London, United Kingdom",
"formatted_phone_number": "0330 333 7878",
"google_rating": null,
"google_url": null,
"icon": "http://maps.gstatic.com/mapfiles/place_api/icons/movies-71.png",
"id": "0fa291da-088f-4e2e-a888-f656c5e05d9a",
"international_phone_number": "+44 330 333 7878",
"location": {
"lat": 51.504776,
"lng": -0.113627
},
"name": "BFI IMAX",
"self": {
"$ref": "https://api.listora.com/places/0fa291da-088f-4e2e-a888-f656c5e05d9a"
},
"types": [
"movie_theater",
"establishment"
],
"updated_at": "2014-06-03T09:31:10Z",
"utc_offset": 60,
"vicinity": "1 Charlie Chaplin Walk, London",
"website": "http://www.odeon.co.uk/cinemas/bfi_imax/211/?utm_source=google&utm_medium=maps&utm_content=bfiimax&utm_campaign=googleplaces"
}
HTTP/1.1 200 OK
Connection: keep-alive
Content-Encoding: gzip
Content-Length: 1620
Content-Type: application/vnd.listora.v1+json;profile="https://api.listora.com/schemas/place_collection";charset=UTF-8
Date: Tue, 03 Jun 2014 09:31:12 GMT
Link: <https://api.listora.com/schemas/place_collection>; rel="describedBy"
Server: http-kit
Strict-Transport-Security: max-age=31536000; includeSubdomains
Vary: Accept-Encoding
[
{
"formatted_address": "1 Charlie Chaplin Walk, London, United Kingdom",
"id": "0fa291da-088f-4e2e-a888-f656c5e05d9a",
"location": {
"lat": 51.504776,
"lng": -0.113627
},
"name": "BFI IMAX",
"self": {
"$ref": "https://api.listora.com/places/0fa291da-088f-4e2e-a888-f656c5e05d9a"
},
"types": [
"movie_theater",
"establishment"
],
"vicinity": null
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment