Skip to content

Instantly share code, notes, and snippets.

@jbarnes439
Last active August 30, 2020 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbarnes439/1342f045842459616173bd06af49f6e5 to your computer and use it in GitHub Desktop.
Save jbarnes439/1342f045842459616173bd06af49f6e5 to your computer and use it in GitHub Desktop.
YouTube subscription list endpoint, parameters, and parameter data type example.
Endpoint: GET https://www.googleapis.com/youtube/v3/subscriptions
required parameter: 'part' - dataTypeGiven: object - allowedValues (string): 'contentDetails', 'id', 'snippet', 'subscriberSnippet'.
optional parameter: channelId - dataTypeGiven: string allowedValue(string): unique ID for the channel requested
optional parameter: maxResults - dataTypeGiven: array of objects, the maximum amount will be integer specified. allowedValue(integer): 0 - 50.
Google Maps geocoding API url
https://maps.googleapis.com/maps/api/geocode/json?address=Statue+of+Liberty+National+Monument,New+York,NY,10004,USA&key=YOUR_API_KEY
https://maps.googleapis.com/maps/api/geocode/json?address=703+Rose+Lane,Phoenix,AZ,85013,USA&key=YOUR_API_KEY
@jbarnes439
Copy link
Author

Reviewing API documentation from Google/Youtube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment