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

    Address

    Structured postal address. schema:PostalAddress aligned.

    {
        "street": "Hamnvägen 1",
        "street_alt": "string",
        "postal_code": "430 10",
        "neighbourhood": "Hamnen",
        "region": "Halland",
        "city": "strandvik",
        "country": "Sweden",
        "country_code": "SE"
    }
    Built with