Skip to main content
POST
Check whether a page is indexed

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string
required

The fully-qualified URL to inspect. Must belong to the connected Search Console property.

Example:

"https://example.com/blog/my-post"

languageCode
string

BCP-47 language code for the inspection result messages. Defaults to en-US.

Example:

"en-US"

Response

200 - application/json

The raw inspectionResult from the URL Inspection API. The page is indexed when indexStatusResult.verdict is PASS; otherwise read indexStatusResult.coverageState for the reason.