2017-08-05 18:17:15 +00:00
{
2017-12-03 20:01:25 +00:00
"basePath" : "" ,
2018-03-30 10:51:18 +00:00
"baseUrl" : "https://searchconsole.googleapis.com/" ,
2017-12-03 20:01:25 +00:00
"batchPath" : "batch" ,
2018-03-30 10:51:18 +00:00
"canonicalName" : "Search Console" ,
"description" : "Provides tools for running validation tests against single URLs" ,
2018-01-23 18:40:42 +00:00
"discoveryVersion" : "v1" ,
2018-03-30 10:51:18 +00:00
"documentationLink" : "https://developers.google.com/webmaster-tools/search-console-api/" ,
"icons" : {
"x16" : "http://www.google.com/images/icons/product/search-16.gif" ,
"x32" : "http://www.google.com/images/icons/product/search-32.gif"
2017-10-22 08:07:36 +00:00
} ,
2018-03-30 10:51:18 +00:00
"id" : "searchconsole:v1" ,
"kind" : "discovery#restDescription" ,
"name" : "searchconsole" ,
"ownerDomain" : "google.com" ,
"ownerName" : "Google" ,
2017-08-05 18:17:15 +00:00
"parameters" : {
"$.xgafv" : {
2018-03-30 10:51:18 +00:00
"description" : "V1 error format." ,
"enum" : [
"1" ,
"2"
] ,
2017-08-05 18:17:15 +00:00
"enumDescriptions" : [
"v1 error format" ,
"v2 error format"
] ,
2017-10-22 08:07:36 +00:00
"location" : "query" ,
2018-03-30 10:51:18 +00:00
"type" : "string"
2018-01-23 18:40:42 +00:00
} ,
2018-03-30 10:51:18 +00:00
"access_token" : {
"description" : "OAuth access token." ,
2018-01-23 18:40:42 +00:00
"location" : "query" ,
"type" : "string"
2017-08-05 18:17:15 +00:00
} ,
"alt" : {
2018-03-30 10:51:18 +00:00
"default" : "json" ,
"description" : "Data format for response." ,
2017-12-03 20:01:25 +00:00
"enum" : [
"json" ,
"media" ,
"proto"
] ,
2017-10-01 08:13:39 +00:00
"enumDescriptions" : [
"Responses with Content-Type of application/json" ,
"Media download with context-dependent Content-Type" ,
"Responses with Content-Type of application/x-protobuf"
] ,
"location" : "query" ,
2018-03-30 10:51:18 +00:00
"type" : "string"
2017-10-01 08:13:39 +00:00
} ,
2018-03-30 10:51:18 +00:00
"bearer_token" : {
"description" : "OAuth bearer token." ,
"location" : "query" ,
"type" : "string"
} ,
"callback" : {
"description" : "JSONP" ,
"location" : "query" ,
"type" : "string"
} ,
"fields" : {
"description" : "Selector specifying which fields to include in a partial response." ,
2017-10-01 08:13:39 +00:00
"location" : "query" ,
"type" : "string"
2017-09-21 15:48:45 +00:00
} ,
2018-01-23 18:40:42 +00:00
"key" : {
2018-03-30 10:51:18 +00:00
"description" : "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." ,
2018-01-23 18:40:42 +00:00
"location" : "query" ,
2018-03-30 10:51:18 +00:00
"type" : "string"
2017-12-03 20:01:25 +00:00
} ,
2018-03-30 10:51:18 +00:00
"oauth_token" : {
"description" : "OAuth 2.0 token for the current user." ,
"location" : "query" ,
"type" : "string"
} ,
"pp" : {
"default" : "true" ,
"description" : "Pretty-print response." ,
2017-12-03 20:01:25 +00:00
"location" : "query" ,
2018-03-30 10:51:18 +00:00
"type" : "boolean"
} ,
"prettyPrint" : {
"default" : "true" ,
"description" : "Returns response with indentations and line breaks." ,
"location" : "query" ,
"type" : "boolean"
} ,
"quotaUser" : {
2018-01-23 18:40:42 +00:00
"description" : "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters." ,
2018-03-30 10:51:18 +00:00
"location" : "query" ,
2018-01-23 18:40:42 +00:00
"type" : "string"
2018-03-30 10:51:18 +00:00
} ,
"uploadType" : {
"description" : "Legacy upload protocol for media (e.g. \"media\", \"multipart\")." ,
"location" : "query" ,
"type" : "string"
} ,
"upload_protocol" : {
"description" : "Upload protocol for media (e.g. \"raw\", \"multipart\")." ,
"location" : "query" ,
"type" : "string"
}
} ,
"protocol" : "rest" ,
"resources" : {
"urlTestingTools" : {
"resources" : {
"mobileFriendlyTest" : {
"methods" : {
"run" : {
"description" : "Runs Mobile-Friendly Test for a given URL." ,
"flatPath" : "v1/urlTestingTools/mobileFriendlyTest:run" ,
"httpMethod" : "POST" ,
"id" : "searchconsole.urlTestingTools.mobileFriendlyTest.run" ,
"parameterOrder" : [ ] ,
"parameters" : { } ,
"path" : "v1/urlTestingTools/mobileFriendlyTest:run" ,
"request" : {
"$ref" : "RunMobileFriendlyTestRequest"
} ,
"response" : {
"$ref" : "RunMobileFriendlyTestResponse"
}
}
}
}
}
2017-10-01 08:13:39 +00:00
}
} ,
2018-03-30 10:51:18 +00:00
"revision" : "20180203" ,
"rootUrl" : "https://searchconsole.googleapis.com/" ,
2017-10-01 08:13:39 +00:00
"schemas" : {
2018-03-30 10:51:18 +00:00
"BlockedResource" : {
"description" : "Blocked resource." ,
"id" : "BlockedResource" ,
2017-08-05 18:17:15 +00:00
"properties" : {
2018-03-30 10:51:18 +00:00
"url" : {
"description" : "URL of the blocked resource." ,
"type" : "string"
}
} ,
"type" : "object"
} ,
"Image" : {
"description" : "Describe image data." ,
"id" : "Image" ,
"properties" : {
"data" : {
"description" : "Image data in format determined by the mime type. Currently, the format\nwill always be \"image/png\", but this might change in the future." ,
"format" : "byte" ,
"type" : "string"
2017-12-03 20:01:25 +00:00
} ,
2018-03-30 10:51:18 +00:00
"mimeType" : {
"description" : "The mime-type of the image data." ,
"type" : "string"
}
} ,
"type" : "object"
} ,
"MobileFriendlyIssue" : {
"description" : "Mobile-friendly issue." ,
"id" : "MobileFriendlyIssue" ,
"properties" : {
"rule" : {
"description" : "Rule violated." ,
2018-01-23 18:40:42 +00:00
"enum" : [
2018-03-30 10:51:18 +00:00
"MOBILE_FRIENDLY_RULE_UNSPECIFIED" ,
"USES_INCOMPATIBLE_PLUGINS" ,
"CONFIGURE_VIEWPORT" ,
"FIXED_WIDTH_VIEWPORT" ,
"SIZE_CONTENT_TO_VIEWPORT" ,
"USE_LEGIBLE_FONT_SIZES" ,
"TAP_TARGETS_TOO_CLOSE"
2018-01-23 18:40:42 +00:00
] ,
2017-10-01 08:13:39 +00:00
"enumDescriptions" : [
2018-03-30 10:51:18 +00:00
"Unknown rule. Sorry, we don't have any description for the rule that was\nbroken." ,
"Plugins incompatible with mobile devices are being used. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#flash_usage)." ,
"Viewsport is not specified using the meta viewport tag. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#viewport_not_configured)." ,
"Viewport defined to a fixed width. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#fixed-width_viewport)." ,
"Content not sized to viewport. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#content_not_sized_to_viewport)." ,
"Font size is too small for easy reading on a small screen. [Learn More]\n(https://support.google.com/webmasters/answer/6352293#small_font_size)." ,
"Touch elements are too close to each other. [Learn more]\n(https://support.google.com/webmasters/answer/6352293#touch_elements_too_close)."
] ,
"type" : "string"
2017-08-05 18:17:15 +00:00
}
} ,
2018-03-30 10:51:18 +00:00
"type" : "object"
2017-08-05 18:17:15 +00:00
} ,
"ResourceIssue" : {
2017-12-03 20:01:25 +00:00
"description" : "Information about a resource with issue." ,
2018-03-30 10:51:18 +00:00
"id" : "ResourceIssue" ,
2017-08-05 18:17:15 +00:00
"properties" : {
"blockedResource" : {
2018-01-23 18:40:42 +00:00
"$ref" : "BlockedResource" ,
"description" : "Describes a blocked resource issue."
2017-08-05 18:17:15 +00:00
}
} ,
2018-03-30 10:51:18 +00:00
"type" : "object"
2017-10-01 08:13:39 +00:00
} ,
2018-03-30 10:51:18 +00:00
"RunMobileFriendlyTestRequest" : {
"description" : "Mobile-friendly test request." ,
"id" : "RunMobileFriendlyTestRequest" ,
2017-10-01 08:13:39 +00:00
"properties" : {
2018-03-30 10:51:18 +00:00
"requestScreenshot" : {
"description" : "Whether or not screenshot is requested. Default is false." ,
"type" : "boolean"
} ,
2017-10-01 08:13:39 +00:00
"url" : {
2018-03-30 10:51:18 +00:00
"description" : "URL for inspection." ,
2017-10-22 08:07:36 +00:00
"type" : "string"
2017-10-01 08:13:39 +00:00
}
} ,
2018-03-30 10:51:18 +00:00
"type" : "object"
2017-10-01 08:13:39 +00:00
} ,
2018-03-30 10:51:18 +00:00
"RunMobileFriendlyTestResponse" : {
"description" : "Mobile-friendly test response, including mobile-friendly issues and resource\nissues." ,
"id" : "RunMobileFriendlyTestResponse" ,
2017-10-01 08:13:39 +00:00
"properties" : {
2018-03-30 10:51:18 +00:00
"mobileFriendliness" : {
"description" : "Test verdict, whether the page is mobile friendly or not." ,
"enum" : [
"MOBILE_FRIENDLY_TEST_RESULT_UNSPECIFIED" ,
"MOBILE_FRIENDLY" ,
"NOT_MOBILE_FRIENDLY"
] ,
2017-10-01 08:13:39 +00:00
"enumDescriptions" : [
"Internal error when running this test. Please try running the test again." ,
2018-03-30 10:51:18 +00:00
"The page is mobile friendly." ,
"The page is not mobile friendly."
2017-10-22 08:07:36 +00:00
] ,
2017-12-03 20:01:25 +00:00
"type" : "string"
2017-10-01 08:13:39 +00:00
} ,
2018-03-30 10:51:18 +00:00
"mobileFriendlyIssues" : {
"description" : "List of mobile-usability issues." ,
"items" : {
"$ref" : "MobileFriendlyIssue"
} ,
"type" : "array"
2017-10-01 08:13:39 +00:00
} ,
2018-03-30 10:51:18 +00:00
"resourceIssues" : {
"description" : "Information about embedded resources issues." ,
"items" : {
"$ref" : "ResourceIssue"
} ,
"type" : "array"
} ,
"screenshot" : {
"$ref" : "Image" ,
"description" : "Screenshot of the requested URL."
} ,
"testStatus" : {
"$ref" : "TestStatus" ,
"description" : "Final state of the test, can be either complete or an error."
2017-10-01 08:13:39 +00:00
}
} ,
2018-03-30 10:51:18 +00:00
"type" : "object"
2018-01-23 18:40:42 +00:00
} ,
2018-03-30 10:51:18 +00:00
"TestStatus" : {
"description" : "Final state of the test, including error details if necessary." ,
"id" : "TestStatus" ,
2018-01-23 18:40:42 +00:00
"properties" : {
2018-03-30 10:51:18 +00:00
"details" : {
"description" : "Error details if applicable." ,
"type" : "string"
} ,
"status" : {
"description" : "Status of the test." ,
2018-01-23 18:40:42 +00:00
"enum" : [
2018-03-30 10:51:18 +00:00
"TEST_STATUS_UNSPECIFIED" ,
"COMPLETE" ,
"INTERNAL_ERROR" ,
"PAGE_UNREACHABLE"
] ,
"enumDescriptions" : [
"Internal error when running this test. Please try running the test again." ,
"Inspection has completed without errors." ,
"Inspection terminated in an error state. This indicates a problem in\nGoogle's infrastructure, not a user error. Please try again later." ,
"Google can not access the URL because of a user error such as a robots.txt\nblockage, a 403 or 500 code etc. Please make sure that the URL provided is\naccessible by Googlebot and is not password protected."
2018-01-23 18:40:42 +00:00
] ,
2018-03-30 10:51:18 +00:00
"type" : "string"
2018-01-23 18:40:42 +00:00
}
} ,
2018-03-30 10:51:18 +00:00
"type" : "object"
2017-08-05 18:17:15 +00:00
}
} ,
2018-03-30 10:51:18 +00:00
"servicePath" : "" ,
"title" : "Google Search Console URL Testing Tools API" ,
2017-09-13 12:09:48 +00:00
"version" : "v1" ,
2018-03-30 10:51:18 +00:00
"version_module" : true
}