https://www.mixcloud.com/developers/ Explore the Radio WORM account through the API: https://api.mixcloud.com/radiowormrotterdam/?metadata=1 Mixcloud calls an item a "cloudcast" i think... If you want to display the latest 3 cloudcasts, you can request them like this: https://api.mixcloud.com/radiowormrotterdam/cloudcasts/?limit=3 If you want to store the output on the server, you can use $ curl. $ curl https://api.mixcloud.com/radiowormrotterdam/cloudcasts/?limit=3 > latest-3.json And read the file with $ cat. $ cat latest-3.json