Locations

Locations_retrieve

GET
/api/v1/locations/{id}

Path Parameters

idinteger

A unique integer value identifying this Location.

Response Body

curl -X GET "https://loading/api/v1/locations/0"
{
  "id": 0,
  "type": "OSM",
  "osm_id": 9223372036854776000,
  "osm_type": "NODE",
  "osm_name": "string",
  "osm_display_name": "string",
  "osm_tag_key": "string",
  "osm_tag_value": "string",
  "osm_brand": "string",
  "osm_address_postcode": "string",
  "osm_address_city": "string",
  "osm_address_country": "string",
  "osm_address_country_code": "string",
  "osm_lat": -9999,
  "osm_lon": -9999,
  "osm_version": 2147483647,
  "website_url": "http://example.com",
  "price_count": 2147483647,
  "user_count": 2147483647,
  "product_count": 2147483647,
  "proof_count": 2147483647,
  "source": "string",
  "created": "2019-08-24T14:15:22Z",
  "updated": "2019-08-24T14:15:22Z"
}