"description":"Accesses the metadata for all families served by Google Fonts, providing a list of families currently available (including available styles and a list of supported script subsets).",
"description":"Selector specifying which fields to include in a partial response.",
"location":"query"
},
"key":{
"type":"string",
"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"
},
"oauth_token":{
"type":"string",
"description":"OAuth 2.0 token for the current user.",
"location":"query"
},
"prettyPrint":{
"type":"boolean",
"description":"Returns response with indentations and line breaks.",
"default":"true",
"location":"query"
},
"quotaUser":{
"type":"string",
"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. Overrides userIp if both are provided.",
"location":"query"
},
"userIp":{
"type":"string",
"description":"IP address of the site where the request originates. Use this if you want to enforce per-user limits.",
"location":"query"
}
},
"schemas":{
"Webfont":{
"id":"Webfont",
"type":"object",
"properties":{
"category":{
"type":"string",
"description":"The category of the font."
},
"family":{
"type":"string",
"description":"The name of the font."
},
"files":{
"type":"object",
"description":"The font files (with all supported scripts) for each one of the available variants, as a key : value map.",
"additionalProperties":{
"type":"string",
"description":"The font file URL (value) for an specific variant (key)."
}
},
"kind":{
"type":"string",
"description":"This kind represents a webfont object in the webfonts service.",
"default":"webfonts#webfont"
},
"lastModified":{
"type":"string",
"description":"The date (format \"yyyy-MM-dd\") the font was modified for the last time.",
"format":"date"
},
"subsets":{
"type":"array",
"description":"The scripts supported by the font.",
"items":{
"type":"string"
}
},
"variants":{
"type":"array",
"description":"The available variants for the font.",
"items":{
"type":"string"
}
},
"version":{
"type":"string",
"description":"The font version."
}
}
},
"WebfontList":{
"id":"WebfontList",
"type":"object",
"properties":{
"items":{
"type":"array",
"description":"The list of fonts currently served by the Google Fonts API.",
"items":{
"$ref":"Webfont"
}
},
"kind":{
"type":"string",
"description":"This kind represents a list of webfont objects in the webfonts service.",
"default":"webfonts#webfontList"
}
}
}
},
"resources":{
"webfonts":{
"methods":{
"list":{
"id":"webfonts.webfonts.list",
"path":"webfonts",
"httpMethod":"GET",
"description":"Retrieves the list of fonts currently served by the Google Fonts Developer API",