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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Reviewing API documentation from Google/Youtube