v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Get Content Library

Get the data that exists within the content library of a website.

get/sites/multiscreen/{site_name}/content

Path parameters

site_namestring required

A valid site name of an existing website

Response

200

Example response

{
  "additional_locations": [
    {
      "geo": {
        "latitude": "32.07605",
        "longitude": "34.78337"
      },
      "label": "Duda Tel Aviv",
      "phones": [
        {
          "phoneNumber": "123-123-1234"
        }
      ],
      "uuid": "276169839"
    }
  ],
  "business_data": {
    "category": "Software",
    "data_controller": "Org",
    "description": "A responsive website builder built for web professionals",
    "logo_url": "https://www.duda.co/developers/REST-API-Reference/images/duda.svg",
    "name": "Duda",
    "service_area": "A 30 mile radius from Boulder, Colorado.",
    "tone_of_voice": "CONVERSATIONAL"
  },
  "location_data": {
    "address": {
      "city": "Palo Alto",
      "country": "US",
      "postalCode": "94306",
      "region": "CA",
      "streetAddress": "577 College Ave"
    },
    "address_geolocation": "1833 Harvard St NW, Washington, DC 20009, USA",
    "business_hours": [
      {
        "close": "00:00",
        "days": [
          "SAT"
        ],
        "open": "00:00"
      }
    ],
    "emails": [
      {
        "emailAddress": "api@duda.co",
        "label": "API Email"
      }
    ],
    "geo": {
      "latitude": "37.502439189002",
      "longitude": "-122.4757527166"
    },
    "label": "Duda HQ",
    "logo_url": "https://du-cdn.multiscreensite.com/duda_website/img/home/agencies.svg",
    "phones": [
      {
        "label": "Russ Phone",
        "phoneNumber": "123-123-1234"
      }
    ],
    "social_accounts": {
      "facebook": "duda",
      "google_plus": "+Dudamobile577",
      "instagram": "orenshummus",
      "linkedin": "duda",
      "pinterest": "michelleobama",
      "reddit": "duda",
      "rss": "https://www.duda.co/blog/feed/",
      "snapchat": "michelleobama",
      "tripadvisor": "Restaurant_Review-g32849-d2394400-Reviews-Oren_s_Hummus_Shop-Palo_Alto_California.html",
      "twitter": "dudamobile",
      "vimeo": "dudamobile",
      "yelp": "orens-hummus-shop-palo-alto",
      "youtube": "UCPMwzOc1Su-s2z-J1xiU9ig"
    }
  },
  "site_images": [
    {
      "alt": "Example Store Logo",
      "label": "Example Store Logo",
      "url": "https://irt-cdn.multiscreensite.com/7536fe2010ed4f7ea68e21d0cb868e01/dms3rep/multi/ice_cream_logo_b_w-18-300x300.svg"
    }
  ],
  "site_texts": {
    "about_us": "Duda is a leading website builder for web professionals and agencies of all sizes. Our website builder enables you to build amazing, feature-rich websites that are perfectly suited to desktop, tablet and mobile. Our mobile builder enables you to build mobile-only sites from scratch, or based on an existing desktop site or Facebook business page. Duda allows professionals and agencies to build high-converting, personalized websites at scale. Duda optimizes each and every site for Google PageSpeed.",
    "custom": [
      {
        "label": "Example CTA 1",
        "text": "THE WEB DESIGN PLATFORM FOR Scaling Your Agency"
      }
    ],
    "overview": "Oh, Duda? Duda is a variation of \"Dude\", who just happens to be the main character in one of our favorite movies of all time: The Big Lebowski. You should watch it some time. Look out for that ferret!",
    "services": "- Responsive Website Builder"
  }
}