Just started learning make, looking for guidance

:bullseye: What is your goal?

Hello everyone,

I’m currently learning how to use make and encountered a problem. My teacher assigned me a task to complete. He gave me a JSON URL, but I can’t access it via HTTP. I’m stuck at the first step of how to fetch this JSON. I’m sharing the URL here—please help me with this. Thank you!

https://hook.eu1.make.com/9468mkc4l0qrciimga1qr971tgev7lsm?requested_sheet=weather_stats&email=wangrui2035@gmail.com

Hey there,

you need to do a GET request using the generic HTTP module.

I suggest you have a look at the Make Academy cause this kinda looks like one of the “exams” on here. So do check it out before continuing to pay a teacher who might as well be giving you the same information.

1 Like

Welcome to the Make community!

You can learn more about this in these Make Academy units:

Introduction to HTTP

  • Introduction to HTTP
  • HTTP GET
  • HTTP POST
  • HTTP to webhook

API calls with HTTP modules

  • API and Endpoints
  • Header and body
  • Multipart/form-data
  • OAuth 2.0
  • Make API

Hope this helps! If you are still having trouble, please provide more details.

@samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!