Google Search Console API
  1. Schemas
Google Search Console API
  • urlInspection
    • /v1/urlInspection/index:inspect
  • urlTestingTools
    • /v1/urlTestingTools/mobileFriendlyTest:run
  • sites
    • /webmasters/v3/sites
    • /sites
    • /webmasters/v3/sites/{siteUrl}
    • /sites/{siteUrl}
    • /webmasters/v3/sites/{siteUrl}
    • /sites/{siteUrl}
    • /webmasters/v3/sites/{siteUrl}
    • /sites/{siteUrl}
  • searchanalytics
    • /webmasters/v3/sites/{siteUrl}/searchAnalytics/query
    • /sites/{siteUrl}/searchAnalytics/query
  • sitemaps
    • /webmasters/v3/sites/{siteUrl}/sitemaps
    • /sites/{siteUrl}/sitemaps
    • /webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}
    • /sites/{siteUrl}/sitemaps/{feedpath}
    • /webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}
    • /sites/{siteUrl}/sitemaps/{feedpath}
    • /webmasters/v3/sites/{siteUrl}/sitemaps/{feedpath}
    • /sites/{siteUrl}/sitemaps/{feedpath}
  • Schemas
    • Schemas
      • AmpInspectionResult
      • AmpIssue
      • ApiDataRow
      • ApiDimensionFilter
      • ApiDimensionFilterGroup
      • BlockedResource
      • DetectedItems
      • Image
      • IndexStatusInspectionResult
      • InspectUrlIndexRequest
      • InspectUrlIndexResponse
      • Item
      • MobileFriendlyIssue
      • MobileUsabilityInspectionResult
      • MobileUsabilityIssue
      • ResourceIssue
      • RichResultsInspectionResult
      • RichResultsIssue
      • RunMobileFriendlyTestRequest
      • RunMobileFriendlyTestResponse
      • SearchAnalyticsQueryRequest
      • SearchAnalyticsQueryResponse
      • SitemapsListResponse
      • SitesListResponse
      • TestStatus
      • UrlInspectionResult
      • WmxSite
      • WmxSitemap
      • WmxSitemapContent
  1. Schemas

SitemapsListResponse

List of sitemaps.

{
    "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"
        }
    ]
}
Built with