Is it possible to display search results as JSON rather than an HTML page. For example, a search for "population" generates a URL of http://opendata.arcgis.com/datasets?q=population. I want to add another parameter so it returns JSON e.g. http://opendata.arcgis.com/datasets?q=population&return=json.
Alternatively is there another way to generate a list of search results?
Many thanks.