Following zazou's post about postcode lookup APIs , thought I'd look into it. Found quite good thing here but documentation is sparse, they seem to assume you know all about API which I don't.
https://getaddress.io/Documentation
I understand what json is and a reference https://api.getAddress.io/v2/uk/SE192BB/14/?api-key={my api-key} produces a file 14.json with address details which I could then parse easily enough using file_get_contents in PHP.
What I can't figure out is how to get the content into the page, it keeps treating it as a download and opens it in Visual Studio!
Any tips (without using jquery/jfiddle etc) ? Ta.
https://getaddress.io/Documentation
I understand what json is and a reference https://api.getAddress.io/v2/uk/SE192BB/14/?api-key={my api-key} produces a file 14.json with address details which I could then parse easily enough using file_get_contents in PHP.
What I can't figure out is how to get the content into the page, it keeps treating it as a download and opens it in Visual Studio!
Any tips (without using jquery/jfiddle etc) ? Ta.
Comment