I'm a beginner at JSON and using APIs. The code below is to put a business page on to my website.
{
"response_info": { "status": "ok" },
"title": "Item title",
"id": "https://www.gov.uk/api/business-finance-support-finder.json",
"web_url": "https://www.gov.uk/business-finance-support-finder",
"details": {"key": "value"},
"tags": [
{"id": "ID",
"type": "Section",
"title": "Tag Name",
"web_url": ""}
],
"related_artefacts": []
}
I just need to get that displayed on to my website, I'm confused as to how i should go about this?
I've tried many different ways but i've come up short. Any help would be very much appreciated.