[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["\u003cp\u003eThe Indexing API enables developers to inform Google about changes to web documents, such as updates or deletions.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the API to get metadata about a specific web document.\u003c/p\u003e\n"],["\u003cp\u003eThe API utilizes RESTful communication, and its service endpoint is indexing.googleapis.com.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003epublish\u003c/code\u003e method allows developers to notify Google about updates or deletions to a URL.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetMetadata\u003c/code\u003e method enables developers to retrieve metadata associated with a specific web document.\u003c/p\u003e\n"]]],["The Indexing API, accessible via `indexing.googleapis.com`, enables developers to interact with Google regarding web document lifecycles. It offers a `v3.urlNotifications` REST resource. Key actions include using the `getMetadata` method (GET request to `/v3/urlNotifications/metadata`) to retrieve web document metadata. Developers can also use the `publish` method (POST request to `/v3/urlNotifications:publish`) to notify Google of updates or deletions of specific URLs. The API's discovery document is available at the provided URL.\n"],null,[]]