I want to integrate the NHS public api in objective c for my ios project. I found this api to fetch all the hospitals :-http://v1.syndication.nhschoices.nhs.uk/organisations/hospitals/atoz?apikey={key} In Json : http://v1.syndication.nhschoices.nhs.uk/organisations/hospitals/atoz/a.json?apikey={key}http://v1.syndication.nhschoices.nhs.uk/organisations/hospitals/atoz/a.json?apikey={key}&page=2 Is there any one json api which give all the A-z hospitals in one hit.? If it need customization how do we solve it ? Please help |