I've generated a URL that I need to forward to the police data API.
var api_url="http://policeapi2.rkh.co.uk/api/locate-neighbourhood?q="+latlon;
document.write(api_url);
The URL functions correctly when manually entered into a browser, but I require some JavaScript code to send the API request and display it on the page. While my JavaScript skills are decent, I lack expertise in jQuery.
Appreciate any assistance from you brilliant minds out there, please try to keep it simple for me. Thanks!