@thesunofme
Please attach the project where the problem occurs. Here or in the PM form.
Describe in more detail what site you are talking about and what proxies, mail services, etc. you use to register accounts, this can also be done in the forum PM.
How to make an API Call to retrieve some JSON data
-
Hello!
I want to achieve the following:
- Make a call to https://api.getproxylist.com/proxy
- Retrieve the JSON data
- Parse it
- Affect the results to some global variables.
What is the simplest way to achieve it?
Many thanks for your kind help!
-
@jalouk said in How to make an API Call to retrieve some JSON data:
Hello!
I want to achieve the following:
- Make a call to https://api.getproxylist.com/proxy
- Retrieve the JSON data
- Parse it
- Affect the results to some global variables.
What is the simplest way to achieve it?
Many thanks for your kind help!
Please follow the HTTP Guide found here to learn more about the HTTP Client.