{ "uuid": "0d0a5017-e489-4707-a9de-53a18ac51eda", "lastMigration": 29, "name": "Search Console API", "endpointPrefix": "webmasters/v3", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "1fddaead-f9bd-4cd9-bcf3-ee3a2653c6a7", "documentation": "Lists the user's Search Console sites.", "method": "get", "endpoint": "sites", "responses": [ { "uuid": "7ecd7835-d846-4334-8b24-700fd385a2a0", "body": "{\n \"siteEntry\": [\n {\n \"permissionLevel\": \"\",\n \"siteUrl\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "deb4ef4d-d0eb-477d-be7e-a8144b4998d9", "documentation": "Removes a site from the set of the user's Search Console sites.", "method": "delete", "endpoint": "sites/:siteUrl", "responses": [ { "uuid": "d8c4403a-e68e-4646-8f4c-b73f1610dac8", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e524625b-43a1-4eee-8b60-d430a160e02b", "documentation": "Retrieves information about specific site.", "method": "get", "endpoint": "sites/:siteUrl", "responses": [ { "uuid": "9820eb56-9886-4647-9396-0f356af86a7d", "body": "{\n \"permissionLevel\": \"\",\n \"siteUrl\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bd2b49a6-8b93-4e36-b796-bdbc37ed32c3", "documentation": "Adds a site to the set of the user's sites in Search Console.", "method": "put", "endpoint": "sites/:siteUrl", "responses": [ { "uuid": "ae08cfa8-a2e2-41ea-83e3-8352f44edfff", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a7128b9b-faa0-4f0a-88b5-e163753d7c8f", "documentation": "Query your data with filters and parameters that you define. Returns zero or more rows grouped by the row keys that you define. You must define a date range of one or more days.\n\nWhen date is one of the group by values, any days without data are omitted from the result list. If you need to know which days have data, issue a broad date range query grouped by date for any metric, and see which day rows are returned.", "method": "post", "endpoint": "sites/:siteUrl/searchAnalytics/query", "responses": [ { "uuid": "4d3d2434-c826-4be9-a833-9aac28a93c70", "body": "{\n \"responseAggregationType\": \"\",\n \"rows\": [\n {\n \"clicks\": {{faker 'number.float'}},\n \"ctr\": {{faker 'number.float'}},\n \"impressions\": {{faker 'number.float'}},\n \"keys\": [\n \"\"\n ],\n \"position\": {{faker 'number.float'}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "93e41792-08f1-4362-93a8-7674f4b83011", "documentation": "Lists the sitemaps-entries submitted for this site, or included in the sitemap index file (if sitemapIndex is specified in the request).", "method": "get", "endpoint": "sites/:siteUrl/sitemaps", "responses": [ { "uuid": "8def961f-e82c-4a0b-b33e-5b14e1ae5536", "body": "{\n \"sitemap\": [\n {\n \"contents\": [\n {\n \"indexed\": \"\",\n \"submitted\": \"\",\n \"type\": \"\"\n }\n ],\n \"errors\": \"\",\n \"isPending\": {{faker 'datatype.boolean'}},\n \"isSitemapsIndex\": {{faker 'datatype.boolean'}},\n \"lastDownloaded\": \"{{faker 'date.recent' 365}}\",\n \"lastSubmitted\": \"{{faker 'date.recent' 365}}\",\n \"path\": \"\",\n \"type\": \"\",\n \"warnings\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "04e31a20-3b3e-4dcd-bfc8-3be8632f4c4e", "documentation": "Deletes a sitemap from this site.", "method": "delete", "endpoint": "sites/:siteUrl/sitemaps/:feedpath", "responses": [ { "uuid": "34385c76-0bc3-40ea-854e-123c02dc48f8", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "53d124c6-10b9-42a0-8eb4-773213a57488", "documentation": "Retrieves information about a specific sitemap.", "method": "get", "endpoint": "sites/:siteUrl/sitemaps/:feedpath", "responses": [ { "uuid": "9a50228c-fe7e-4cd3-ab29-d252ea2ca262", "body": "{\n \"contents\": [\n {\n \"indexed\": \"\",\n \"submitted\": \"\",\n \"type\": \"\"\n }\n ],\n \"errors\": \"\",\n \"isPending\": {{faker 'datatype.boolean'}},\n \"isSitemapsIndex\": {{faker 'datatype.boolean'}},\n \"lastDownloaded\": \"{{faker 'date.recent' 365}}\",\n \"lastSubmitted\": \"{{faker 'date.recent' 365}}\",\n \"path\": \"\",\n \"type\": \"\",\n \"warnings\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "75b2ec38-19ce-4357-a043-53090a96ce53", "documentation": "Submits a sitemap for a site.", "method": "put", "endpoint": "sites/:siteUrl/sitemaps/:feedpath", "responses": [ { "uuid": "229ca6b8-252a-430d-ae58-7ccc1c3274fe", "body": "", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "1fddaead-f9bd-4cd9-bcf3-ee3a2653c6a7" }, { "type": "route", "uuid": "deb4ef4d-d0eb-477d-be7e-a8144b4998d9" }, { "type": "route", "uuid": "e524625b-43a1-4eee-8b60-d430a160e02b" }, { "type": "route", "uuid": "bd2b49a6-8b93-4e36-b796-bdbc37ed32c3" }, { "type": "route", "uuid": "a7128b9b-faa0-4f0a-88b5-e163753d7c8f" }, { "type": "route", "uuid": "93e41792-08f1-4362-93a8-7674f4b83011" }, { "type": "route", "uuid": "04e31a20-3b3e-4dcd-bfc8-3be8632f4c4e" }, { "type": "route", "uuid": "53d124c6-10b9-42a0-8eb4-773213a57488" }, { "type": "route", "uuid": "75b2ec38-19ce-4357-a043-53090a96ce53" } ] }