Rutter Atlas API
    • List destinations
      GET
    • List places
      GET
    • List events
      GET
    • Get place
      GET
    • Get event
      GET
    • Schemas
      • Meta
      • Pagination
      • Attribution
      • Address
      • PlaceLocation
      • Contact
      • PlaceEditorial
      • PlaceAccess
      • Sustainability
      • Provenance
      • Validity
      • Image
      • OpeningHoursRow
      • Place
      • EventClassification
      • EventLocation
      • EventOccurrence
      • EventEditorial
      • Event
      • Destination
      • ApiError

      Get place

      GET
      /v1/places/{id}
      Returns a single published place by its resource-prefixed ID.
      Use this endpoint to fetch full detail for a specific place after
      discovering it via the list endpoint.

      Request

      Authorization
      Bearer Token
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      or
      Path Params

      Header Params

      Responses

      🟢200Success
      application/json
      Full place detail.
      Bodyapplication/json

      🟠401Unauthorized
      🟠403Forbidden
      🟠404NotFound
      🔴500ServerError
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location '/v1/places/plc_937979a4e55b40e29a48ad26ce2b5c57' \
      --header 'Authorization: Bearer <token>'
      Response Response Example
      200 - Example 1
      {
          "data": {
              "id": "plc_937979a4e55b40e29a48ad26ce2b5c57",
              "type": "Hotel",
              "schema_type": "schema:LodgingBusiness",
              "name": "Strandvik Havshotell",
              "alternate_name": "string",
              "category": "Accommodation",
              "category_path": "Accommodation > Hotels",
              "description": "string",
              "location": {
                  "latitude": 57.8821,
                  "longitude": 11.9234,
                  "address": {
                      "street": "Hamnvägen 1",
                      "street_alt": "string",
                      "postal_code": "430 10",
                      "neighbourhood": "Hamnen",
                      "region": "Halland",
                      "city": "strandvik",
                      "country": "Sweden",
                      "country_code": "SE"
                  },
                  "transit": "Bus 304 from Strandvik centre, stop Södra Stranden, 12 minutes.",
                  "geo_link": "http://example.com",
                  "contained_in": "string",
                  "map_url": "http://example.com"
              },
              "contact": {
                  "phone": "+46 300 123 456",
                  "fax": "string",
                  "website": "https://strandvikhavshotell.example.com"
              },
              "editorial": {
                  "mood": [
                      "romantic",
                      "historic",
                      "coastal"
                  ],
                  "travel_style": [
                      "slow travel",
                      "luxury",
                      "romantic"
                  ],
                  "activity_type": [
                      "string"
                  ],
                  "season": [
                      "string"
                  ],
                  "keywords": [
                      "harbour hotel",
                      "sea views",
                      "historic",
                      "boutique"
                  ],
                  "curator_note": "The best sea views in Strandvik — book a room on the harbour side.",
                  "description": "Historic harbour hotel with original 19th century character and uninterrupted sea views.",
                  "neighbourhood_context": "Sits at the edge of the old harbour district, surrounded by fishing boats and wooden boathouses.",
                  "seasonality_notes": "Open year-round. Summer brings the midnight sun terrace. Winter is cosy with open fires.",
                  "editorial_score": 0,
                  "endorsed": true,
                  "source": "visit-strandvik"
              },
              "pricing": {
                  "price_range": "SEK 1800-3200 per night"
              },
              "access": {
                  "is_free": true,
                  "public_access": true,
                  "smoking_allowed": true,
                  "max_capacity": 0,
                  "accessibility": {
                      "wheelchair_accessible": true,
                      "accessible_toilets": true,
                      "hearing_loop": true,
                      "braille_signage": true,
                      "audio_guide": true,
                      "step_free_access": true,
                      "accessible_parking": true,
                      "notes": "string"
                  },
                  "family_friendly": {
                      "suitable_for_children": true,
                      "minimum_age": 0,
                      "children_menu": true,
                      "baby_changing": true,
                      "pushchair_friendly": true,
                      "children_activities": true,
                      "notes": "string"
                  },
                  "pet_policy": {
                      "pets_allowed": true,
                      "dogs_allowed": true,
                      "pets_on_lead_only": true,
                      "pet_fee": true,
                      "notes": "string"
                  },
                  "languages_spoken": [
                      "sv",
                      "en",
                      "de"
                  ]
              },
              "sustainability": {
                  "features": [
                      "string"
                  ],
                  "certifications": [
                      "string"
                  ],
                  "carbon_offset": true,
                  "notes": "string"
              },
              "provenance": {
                  "same_as": [
                      "http://example.com"
                  ],
                  "sd_license": "https://creativecommons.org/licenses/by/4.0/",
                  "sd_publisher": {
                      "@type": "Organization",
                      "name": "Visit Strandvik",
                      "url": "http://example.com",
                      "identifier": "visit-strandvik"
                  },
                  "sd_date_published": "2019-08-24",
                  "main_entity_of_page": "http://example.com",
                  "source_verified_at": "2019-08-24T14:15:22.123Z",
                  "source_verification_method": "dmo_confirmed"
              },
              "validity": {
                  "valid_from": "2019-08-24",
                  "valid_through": "2019-08-24"
              },
              "attributes": {},
              "images": [
                  {
                      "url": "http://example.com",
                      "alt_text": "string",
                      "caption": "string",
                      "credit": "string",
                      "copyright_holder": "string",
                      "license": "string",
                      "thumbnail_url": "http://example.com",
                      "width": 1,
                      "height": 1,
                      "is_primary": true,
                      "sort_order": 0
                  }
              ],
              "opening_hours": [
                  {
                      "day_of_week": [
                          "Tuesday",
                          "Wednesday",
                          "Thursday"
                      ],
                      "opens": "09:00:00",
                      "closes": "17:00:00",
                      "valid_from": "06-01",
                      "valid_through": "08-31",
                      "closed": true,
                      "is_special_hours": true,
                      "notes": "string"
                  }
              ],
              "attribution": {
                  "text": "Curated by Visit Strandvik via Rutter Atlas",
                  "url": "https://rutteratlas.com",
                  "required": true
              },
              "updated_at": "2026-05-15T04:13:57.246646+00:00",
              "metadata": {
                  "property1": "string",
                  "property2": "string"
              }
          },
          "meta": {
              "request_id": "393826d0-2aec-482a-90a8-d8b600c4333a",
              "api_version": "2026-04-01"
          }
      }
      Modified at 2026-05-21 09:11:47
      Previous
      List events
      Next
      Get event
      Built with