/webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}
GET
/webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}
sitemaps
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://searchconsole.googleapis.com//webmasters/v3/sites//sitemaps/'
Response Response Example
{
"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/
.feedpath
string
required
http://www.example.com/sitemap.xml
.Responses
Modified at 2023-08-15 09:03:48