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

      List places

      GET
      /v1/destinations/{city}/places
      Returns all published places for a destination.
      Places include the full Rutter Atlas editorial layer β€” mood tags,
      curator notes, neighbourhood context, seasonality guidance, and
      opening hours β€” alongside standard schema.org fields.
      Use the ?updated_after= parameter to sync only records that have
      changed since your last request rather than re-fetching everything.

      Request

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

      Query Params

      Header Params

      Responses

      🟒200Success
      application/json
      List of published places for the destination.
      Bodyapplication/json

      🟠401Unauthorized
      🟠403Forbidden
      πŸ”΄500ServerError
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location '/v1/destinations/strandvik/places?limit=undefined&after=undefined&type=FoodEstablishment&subtype=Restaurant&endorsed=undefined&mood=coastal&updated_after=2026-01-01T00%3A00%3A00Z&fields=id%2Cname%2Clocation%2Ceditorial' \
      --header 'Authorization: Bearer <token>'
      Response Response Example
      200 - Success
      {
          "data": [
              {
                  "id": "plc_937979a4e55b40e29a48ad26ce2b5c57",
                  "type": "Hotel",
                  "schema_type": "schema:LodgingBusiness",
                  "name": "Strandvik Havshotell",
                  "alternate_name": null,
                  "category": "Accommodation",
                  "category_path": "Accommodation > Hotels",
                  "description": "A beautifully restored 19th century harbour hotel with panoramic sea views from every room.",
                  "location": {
                      "latitude": 57.8821,
                      "longitude": 11.9234,
                      "address": {
                          "street": "HamnvΓ€gen 1",
                          "street_alt": null,
                          "postal_code": "430 10",
                          "neighbourhood": "Hamnen",
                          "region": null,
                          "city": "strandvik",
                          "country": "Sweden",
                          "country_code": "SE"
                      },
                      "transit": null,
                      "geo_link": null,
                      "contained_in": null,
                      "map_url": null
                  },
                  "contact": {
                      "phone": "+46 300 123 456",
                      "fax": null,
                      "website": "https://strandvikhavshotell.example.com"
                  },
                  "editorial": {
                      "mood": [
                          "romantic",
                          "historic",
                          "coastal"
                      ],
                      "travel_style": [
                          "slow travel",
                          "luxury",
                          "romantic"
                      ],
                      "activity_type": null,
                      "season": null,
                      "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": null,
                      "endorsed": true,
                      "source": "visit-strandvik"
                  },
                  "pricing": {
                      "price_range": "SEK 1800-3200 per night"
                  },
                  "access": {
                      "is_free": false,
                      "public_access": true,
                      "smoking_allowed": null,
                      "max_capacity": null,
                      "accessibility": null,
                      "family_friendly": null,
                      "pet_policy": null,
                      "languages_spoken": null
                  },
                  "sustainability": null,
                  "provenance": {
                      "same_as": null,
                      "sd_license": "https://creativecommons.org/licenses/by/4.0/",
                      "sd_publisher": {
                          "@type": "Organization",
                          "name": "Visit Strandvik",
                          "identifier": "visit-strandvik"
                      },
                      "sd_date_published": null,
                      "main_entity_of_page": null,
                      "source_verified_at": null,
                      "source_verification_method": null
                  },
                  "validity": {
                      "valid_from": null,
                      "valid_through": null
                  },
                  "attributes": null,
                  "images": [],
                  "opening_hours": [],
                  "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": {}
              }
          ],
          "meta": {
              "request_id": "393826d0-2aec-482a-90a8-d8b600c4333a",
              "api_version": "2026-04-01"
          },
          "pagination": {
              "has_more": false,
              "next_cursor": null
          }
      }
      Modified atΒ 2026-05-21 09:11:47
      Previous
      List destinations
      Next
      List events
      Built with