I'm trying to get all the questions with details from Stack Exchange API for a given user ID using following code:
response = requests.get("http://api.stackexchange.com/2.2/users/2593236/questions?")
However, I receive this error message.
{"error_id":400,"error_message":"site is required","error_name":"bad_parameter"}
Can anyone help me with this issue and retrieve all user asked questions according to their user ID?