Template Docs Commerce APIs Webhooks Tools
Get Started
Get Started

URL Queries

These query strings can be appended to any Squarespace collection URL.

JSON Format

http://your-site.squarespace.com/?format=json

Returns website and collection data in JSON format.

Prettified JSON Format

http://your-site.squarespace.com/?format=json-pretty

Returns website and collection data in a prettified JSON format.

Site CSS

http://your-site.squarespace.com/site.css?minify=false

Returns the compiled, non-minified CSS. The default view of /site.css is minified.

RSS Format

http://your-site.squarespace.com/?format=rss

Returns website and collection data in RSS format.

Main Content Format

http://your-site.squarespace.com/?format=main-content

Returns full generated html for pages (not collections).

Category Filter

http://your-site.squarespace.com/?category=[categoryName]

Returns list of collection items, filtered by given category.

Tag Filter

http://your-site.squarespace.com/?tag=[tagName]

Returns list of collection items, filtered by given tag.

Month Filter

http://your-site.squarespace.com/?month=[monthPublished]

Returns list of collection items, filtered by given month.