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

    Place

    A Rutter Atlas place record. ODTA PointOfInterest aligned with editorial extensions.

    {
        "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"
        }
    }
    Built with