Reputation: 2615
I have a link, that when opened in a Browser, shows some information in form of text: https://api.mcuuid.com/v1/profile/ed15e741-8ab9-46c6-b47d-63df173fede2/name Now, I want to use the data, that would be displayed in the Browser on my Website. In the end, I want this to be seen on MY website: { "username": "SpigxtPlugins", "live": false, "age": 573 }
The returned value of the link in the Browser.
Upvotes: 2
Views: 258
Reputation: 15603
You can use the following any method:
Here is the link to know how to decode the json data: json-decode.
Hope the links given here will be helpful to you.
Upvotes: 2