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

    Image

    An image associated with a place or event.

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