blob: 1daee5ceb9b8099de62d157488464385b75b8a9a [file] [log] [blame]
{
"basePath": "/pagespeedonline/v1/",
"baseUrl": "https://www.googleapis.com/pagespeedonline/v1/",
"batchPath": "batch/pagespeedonline/v1",
"description": "Analyzes the performance of a web page and provides tailored suggestions to make that page faster.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/speed/docs/insights/v1/getting_started",
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/gGcCi737FK2H5i1UbYiYxyXb0rQ\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/pagespeed-16.png",
"x32": "https://www.google.com/images/icons/product/pagespeed-32.png"
},
"id": "pagespeedonline:v1",
"kind": "discovery#restDescription",
"name": "pagespeedonline",
"ownerDomain": "google.com",
"ownerName": "Google",
"parameters": {
"alt": {
"default": "json",
"description": "Data format for the response.",
"enum": [
"json"
],
"enumDescriptions": [
"Responses with Content-Type of application/json"
],
"location": "query",
"type": "string"
},
"fields": {
"description": "Selector specifying which fields to include in a partial response.",
"location": "query",
"type": "string"
},
"key": {
"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.",
"location": "query",
"type": "string"
},
"oauth_token": {
"description": "OAuth 2.0 token for the current user.",
"location": "query",
"type": "string"
},
"prettyPrint": {
"default": "true",
"description": "Returns response with indentations and line breaks.",
"location": "query",
"type": "boolean"
},
"quotaUser": {
"description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.",
"location": "query",
"type": "string"
},
"userIp": {
"description": "Deprecated. Please use quotaUser instead.",
"location": "query",
"type": "string"
}
},
"protocol": "rest",
"resources": {
"pagespeedapi": {
"methods": {
"runpagespeed": {
"description": "Runs PageSpeed analysis on the page at the specified URL, and returns a PageSpeed score, a list of suggestions to make that page faster, and other information.",
"httpMethod": "GET",
"id": "pagespeedonline.pagespeedapi.runpagespeed",
"parameterOrder": [
"url"
],
"parameters": {
"filter_third_party_resources": {
"default": "false",
"description": "Indicates if third party resources should be filtered out before PageSpeed analysis.",
"location": "query",
"type": "boolean"
},
"locale": {
"description": "The locale used to localize formatted results",
"location": "query",
"pattern": "[a-zA-Z]+(_[a-zA-Z]+)?",
"type": "string"
},
"rule": {
"description": "A PageSpeed rule to run; if none are given, all rules are run",
"location": "query",
"pattern": "[a-zA-Z]+",
"repeated": true,
"type": "string"
},
"screenshot": {
"default": "false",
"description": "Indicates if binary data containing a screenshot should be included",
"location": "query",
"type": "boolean"
},
"strategy": {
"description": "The analysis strategy to use",
"enum": [
"desktop",
"mobile"
],
"enumDescriptions": [
"Fetch and analyze the URL for desktop browsers",
"Fetch and analyze the URL for mobile devices"
],
"location": "query",
"type": "string"
},
"url": {
"description": "The URL to fetch and analyze",
"location": "query",
"pattern": "(?i)http(s)?://.*",
"required": true,
"type": "string"
}
},
"path": "runPagespeed",
"response": {
"$ref": "Result"
}
}
}
}
},
"revision": "20180315",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Result": {
"id": "Result",
"properties": {
"captchaResult": {
"description": "The captcha verify result",
"type": "string"
},
"formattedResults": {
"description": "Localized PageSpeed results. Contains a ruleResults entry for each PageSpeed rule instantiated and run by the server.",
"properties": {
"locale": {
"description": "The locale of the formattedResults, e.g. \"en_US\".",
"type": "string"
},
"ruleResults": {
"additionalProperties": {
"description": "The enum-like identifier for this rule. For instance \"EnableKeepAlive\" or \"AvoidCssImport\". Not localized.",
"properties": {
"localizedRuleName": {
"description": "Localized name of the rule, intended for presentation to a user.",
"type": "string"
},
"ruleImpact": {
"description": "The impact (unbounded floating point value) that implementing the suggestions for this rule would have on making the page faster. Impact is comparable between rules to determine which rule's suggestions would have a higher or lower impact on making a page faster. For instance, if enabling compression would save 1MB, while optimizing images would save 500kB, the enable compression rule would have 2x the impact of the image optimization rule, all other things being equal.",
"format": "double",
"type": "number"
},
"urlBlocks": {
"description": "List of blocks of URLs. Each block may contain a heading and a list of URLs. Each URL may optionally include additional details.",
"items": {
"properties": {
"header": {
"description": "Heading to be displayed with the list of URLs.",
"properties": {
"args": {
"description": "List of arguments for the format string.",
"items": {
"properties": {
"type": {
"description": "Type of argument. One of URL, STRING_LITERAL, INT_LITERAL, BYTES, or DURATION.",
"type": "string"
},
"value": {
"description": "Argument value, as a localized string.",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"format": {
"description": "A localized format string with $N placeholders, where N is the 1-indexed argument number, e.g. 'Minifying the following $1 resources would save a total of $2 bytes'.",
"type": "string"
}
},
"type": "object"
},
"urls": {
"description": "List of entries that provide information about URLs in the url block. Optional.",
"items": {
"properties": {
"details": {
"description": "List of entries that provide additional details about a single URL. Optional.",
"items": {
"properties": {
"args": {
"description": "List of arguments for the format string.",
"items": {
"properties": {
"type": {
"description": "Type of argument. One of URL, STRING_LITERAL, INT_LITERAL, BYTES, or DURATION.",
"type": "string"
},
"value": {
"description": "Argument value, as a localized string.",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"format": {
"description": "A localized format string with $N placeholders, where N is the 1-indexed argument number, e.g. 'Unnecessary metadata for this resource adds an additional $1 bytes to its download size'.",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"result": {
"description": "A format string that gives information about the URL, and a list of arguments for that format string.",
"properties": {
"args": {
"description": "List of arguments for the format string.",
"items": {
"properties": {
"type": {
"description": "Type of argument. One of URL, STRING_LITERAL, INT_LITERAL, BYTES, or DURATION.",
"type": "string"
},
"value": {
"description": "Argument value, as a localized string.",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"format": {
"description": "A localized format string with $N placeholders, where N is the 1-indexed argument number, e.g. 'Minifying the resource at URL $1 can save $2 bytes'.",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"description": "Dictionary of formatted rule results, with one entry for each PageSpeed rule instantiated and run by the server.",
"type": "object"
}
},
"type": "object"
},
"id": {
"description": "Canonicalized and final URL for the document, after following page redirects (if any).",
"type": "string"
},
"invalidRules": {
"description": "List of rules that were specified in the request, but which the server did not know how to instantiate.",
"items": {
"type": "string"
},
"type": "array"
},
"kind": {
"default": "pagespeedonline#result",
"description": "Kind of result.",
"type": "string"
},
"pageStats": {
"description": "Summary statistics for the page, such as number of JavaScript bytes, number of HTML bytes, etc.",
"properties": {
"cssResponseBytes": {
"description": "Number of uncompressed response bytes for CSS resources on the page.",
"format": "int64",
"type": "string"
},
"flashResponseBytes": {
"description": "Number of response bytes for flash resources on the page.",
"format": "int64",
"type": "string"
},
"htmlResponseBytes": {
"description": "Number of uncompressed response bytes for the main HTML document and all iframes on the page.",
"format": "int64",
"type": "string"
},
"imageResponseBytes": {
"description": "Number of response bytes for image resources on the page.",
"format": "int64",
"type": "string"
},
"javascriptResponseBytes": {
"description": "Number of uncompressed response bytes for JS resources on the page.",
"format": "int64",
"type": "string"
},
"numberCssResources": {
"description": "Number of CSS resources referenced by the page.",
"format": "int32",
"type": "integer"
},
"numberHosts": {
"description": "Number of unique hosts referenced by the page.",
"format": "int32",
"type": "integer"
},
"numberJsResources": {
"description": "Number of JavaScript resources referenced by the page.",
"format": "int32",
"type": "integer"
},
"numberResources": {
"description": "Number of HTTP resources loaded by the page.",
"format": "int32",
"type": "integer"
},
"numberStaticResources": {
"description": "Number of static (i.e. cacheable) resources on the page.",
"format": "int32",
"type": "integer"
},
"otherResponseBytes": {
"description": "Number of response bytes for other resources on the page.",
"format": "int64",
"type": "string"
},
"textResponseBytes": {
"description": "Number of uncompressed response bytes for text resources not covered by other statistics (i.e non-HTML, non-script, non-CSS resources) on the page.",
"format": "int64",
"type": "string"
},
"totalRequestBytes": {
"description": "Total size of all request bytes sent by the page.",
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"responseCode": {
"description": "Response code for the document. 200 indicates a normal page load. 4xx/5xx indicates an error.",
"format": "int32",
"type": "integer"
},
"score": {
"description": "The PageSpeed Score (0-100), which indicates how much faster a page could be. A high score indicates little room for improvement, while a lower score indicates more room for improvement.",
"format": "int32",
"type": "integer"
},
"screenshot": {
"description": "Base64-encoded screenshot of the page that was analyzed.",
"properties": {
"data": {
"description": "Image data base64 encoded.",
"format": "byte",
"type": "string"
},
"height": {
"description": "Height of screenshot in pixels.",
"format": "int32",
"type": "integer"
},
"mime_type": {
"description": "Mime type of image data. E.g. \"image/jpeg\".",
"type": "string"
},
"width": {
"description": "Width of screenshot in pixels.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"title": {
"description": "Title of the page, as displayed in the browser's title bar.",
"type": "string"
},
"version": {
"description": "The version of PageSpeed used to generate these results.",
"properties": {
"major": {
"description": "The major version number of PageSpeed used to generate these results.",
"format": "int32",
"type": "integer"
},
"minor": {
"description": "The minor version number of PageSpeed used to generate these results.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
}
},
"type": "object"
}
},
"servicePath": "pagespeedonline/v1/",
"title": "PageSpeed Insights API",
"version": "v1"
}