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

    EventLocation

    Event location. Either linked to an existing place or described with address fields.

    {
        "place_id": "string",
        "address": "string",
        "postal_code": "string",
        "neighbourhood": "string",
        "region": "string",
        "city": "strandvik",
        "country": "Sweden",
        "country_code": "SE",
        "latitude": -90,
        "longitude": -180
    }
    Built with