GET https://public.leagueapps.io/v1/sites/[SITE_ID]
Returns basic information about the site. It includes the hex code for color selections made in the theme editor for the site. This can be useful if you want to style your client implementation with the same colors as used on your LA powered site.
GET https://public.leagueapps.io/v1/sites/43590
[
{
"id": 43590,
"name": "Sportsdog NYC",
"subdomain": "leagueappssportsdognyc",
"domain": null,
"timezone": "America/New_York",
"url": "//leagueappssportsdognyc.leagueapps.com/",
"logoUrl": "//svite-league-apps-static.s3.amazonaws.com/_i/skins/6/logo.png",
"theme": {
"colors": {
"accountNavBackground": "#222222",
"alerts": "#ffffdd",
"alternateText": "#aaaaaa",
"bodyText": "#484848",
"buttonBackground": "#2d6cbe",
"buttonBackgroundHover": "#1d4483",
"buttonText": "#ffffff",
"buttonTextHover": "#ffffff",
"contentBackground": "#ffffff",
"footerBackground": "#1a1a1a",
"headerBackground": "#333333",
"headings": "#484848",
"links": "#2d6cbe",
"linksHover": "#1d4483",
"logo": "#ffffff",
"logoBackground": "#ffffff",
"mainNavBackground": "#212121",
"mainNavLinks": "#bbbbbb",
"mainNavLinksHover": "#ffffff",
"newsletterBackground": "#ff3333",
"newsletterTitle": "#ffffff",
"pageBackground": "#6f727a",
"sidebarBackground": "#f6f6f6",
"widgetBackground": "",
"widgetButton": "",
"widgetButtonHover": "",
"widgetButtonLinkText": "",
"widgetButtonLinkTextHover": ""
}
}
}
]