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

    PlaceAccess

    Access, capacity, and facility information.

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