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

RichResultsInspectionResult

Rich-Results inspection result, including any rich results found at this URL.

{
    "detectedItems": [
        {
            "items": [
                {
                    "issues": [
                        {
                            "issueMessage": "string",
                            "severity": "SEVERITY_UNSPECIFIED"
                        }
                    ],
                    "name": "string"
                }
            ],
            "richResultType": "string"
        }
    ],
    "verdict": "VERDICT_UNSPECIFIED"
}
Built with