Skip to content

Instantly share code, notes, and snippets.

@Thersis94
Created July 31, 2019 04:23
Show Gist options
  • Select an option

  • Save Thersis94/6fbab88814e8445aced8998e62a8fd1a to your computer and use it in GitHub Desktop.

Select an option

Save Thersis94/6fbab88814e8445aced8998e62a8fd1a to your computer and use it in GitHub Desktop.
Reading API Documentation
Youtube API
part - Required
forChannelId - optional
maxResults - optional
Google Maps API
https://maps.googleapis.com/maps/api/geocode/json?place_id=ChIJd8BlQ2BZwokRAFUEcm_qrcA
&key=AIzaSyCghNqE49xx16oGe8pjmX9xm0gq3QDRLCQ&outputFormat=json&address=New York, NY 10004 - Statue of Liberty
https://maps.googleapis.com/maps/api/geocode/json?place_id=ChIJd8BlQ2BZwokRAFUEcm_qrcA
&key=AIzaSyCghNqE49xx16oGe8pjmX9xm0gq3QDRLCQ&outputFormat=json&address=343 e allen st, castle rock, CO - My address
Meetup API
1.Yes authentification is required
2.Yes but you have to use OAuth to validate a requester's origin
3.The return of a Group Search can be either json or jsonp. The returned data object contains a ton of information with regards
to the queried groups based on the initial parameters that were entered.
Arrendance_count:Number of all members as attended
attendance_sample: A small collection of members marked as attended and yes ect...
attendee_sapmle: A small of attendance records ect....
4.If the meetup API experiences too many queries from the same user in a short period of time it will first throttle the the responses
if the rapid queries continue then it will be blocked for one hour.
5.
400 Bad request when there was a problem with the request
401 Unauthorized when you don't provide a valid token
429 Too Many Requests when you've gone over your request rate limit
500 Internal Server Error if we messed up -- please let us know!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment