/webmasters/v3/sites/{siteUrl}/sitemaps
GET
/webmasters/v3/sites/{siteUrl}/sitemaps
sitemaps
sitemapIndex
is specified in the request).Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://searchconsole.googleapis.com//webmasters/v3/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
http://www.example.com/
.Query Params
sitemapIndex
string
optional
http://www.example.com/sitemapindex.xml
.Responses
Modified at 2023-08-15 09:03:48