Json api

Hi guys,

I need some help in regards to replicating a websites content. They’ve made the API available, the json code is below.

{
“response_info”: { “status”: “ok” },
“title”: “Item title”,
“id”: “https://www.gov.uk/api/trade-tariff.json”,
“web_url”: “https://www.gov.uk/trade-tariff”,
“details”: {
“key”: “value”
},
“tags”: [
{“id”: “ID”, “type”: “Section”, “title”: “Tag Name”, “web_url”: “”}
],
“related_artefacts”:
}

How would i get that page content for instance on my website which uses joomla?

I’m a novice when it comes to this stuff. Any help would be much appreciated. A working example would be so helpful.

Hope that makes sense.