Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
22271784
Topic
2210546
Board
Project Development
Re: Need help about PHP and API
by
Saovy
on
27/09/2017, 09:01:29 UTC
Use json_decode
http://php.net/manual/en/function.json-decode.php
it will turn the json your api returns into an object you can use in any way you see fit.