/sites/{siteUrl}/sitemaps
GET
/sites/{siteUrl}/sitemaps
sitemaps
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://searchconsole.googleapis.com//sites//sitemaps'
Response Response Example
{
"sitemap": [
{
"contents": [
{
"indexed": "string",
"submitted": "string",
"type": "WEB"
}
],
"errors": "string",
"isPending": true,
"isSitemapsIndex": true,
"lastDownloaded": "string",
"lastSubmitted": "string",
"path": "string",
"type": "NOT_SITEMAP",
"warnings": "string"
}
]
}
Request
Path Params
siteUrl
string
required
Query Params
sitemapIndex
string
optional
Responses
Modified at 2022-09-12 11:46:11