Re: Using API to get data and display it on my website using DJANGO..

2016-01-21 Thread Rij K
Thank you Muhammad for your constructive guide, really appreciate the help provided! :) Kind regards, RJ On Thursday, 21 January 2016 01:32:01 UTC, Muhammad wrote: > > Hi Rij, > > I would approach it like this (though there might be alternative routes to > the same results): > > First: Where i

Re: Using API to get data and display it on my website using DJANGO..

2016-01-20 Thread Muhammad M
Hi Rij, I would approach it like this (though there might be alternative routes to the same results): First: Where is the data? According to your links, the various API endpoints are in the “results” list of the JSON on http://data.london.gov.uk/api/3/action/package_list

Using API to get data and display it on my website using DJANGO..

2016-01-20 Thread Rij K
Hi all, I'm trying to implement data and graphs from "http://data.london.gov.uk/"; into my website by using an API (http://data.london.gov.uk/developers/) provided by them but I'm not too sure where to get started? Would anyone be up for giving me a hand with this? Many thanks. -- You receiv