Sitemaps

GET/api/2026-03/sitemaps/index
public-api:read
Latest version

Query Parameters

Query String

Passed as URL query string. Comma-separated values for arrays (e.g. ?contentTypes=regular,author).

ParameterTypeDescription
baseUrl*
string

Base url of the delivery host.
Example: ?baseUrl=https://livingdocs.io/

contentTypes
string

A comma-separated list of contentTypes to include in the sitemap.
Example: ?contentTypes=regular,pages

entriesPerPage
string

Optional sitemap entry page size. Default 20000

Description

This endoint returns a sitemap index containing links to individual sitemap files. The Sitemap Guide explains how to setup sitemaps for a Livingdocs delivery.

Use Cases

Responses

GET/api/2026-03/sitemaps/entries
public-api:read
Latest version

Query Parameters

Query String

Passed as URL query string. Comma-separated values for arrays (e.g. ?contentTypes=regular,author).

ParameterTypeDescription
baseUrl*
string

Base url of the delivery host.
Example: ?baseUrl=https://livingdocs.io/

date*
string

Date for the specific month matching the schema from the sitemap index file.
Example: ?date=2021-06 or ?date=2021-06.2

contentTypes
string

A comma-separated list of contentTypes to include in the sitemap.
Example: ?contentTypes=regular,pages

entriesPerPage
string

Optional sitemap entry page size. Default 20000

Use Cases

Responses

⌘ K to search