API

For the technically minded, we have provided an API which returns the data in JSON format for low volume non commercial use. The request must be of the following form:

http://mildenhall.creativepossums.net/data/photos.php?searchby=value&searchfor=value

Allowed values for searchby

Sample response

{
  "photos":[
    {
      "barcode_no":"1964944",
      "series_no":"A3560",
      "control_symbol":"2310",
      "title":"View across East Block to Hotel Kurrajong and Kingston from Camp Hill",
      "source_url":"http://www.naa.gov.au/cgi-bin/Search?O=I&Number=1964944",
      "image":"images/catalog/1964944_0001.jpg"
    },
    {
      "barcode_no":"1991254",
      "series_no":"A3560",
      "control_symbol":"2946",
      "title":"View from Red Hill across Manuka and Kingston to Duntroon showing Molonglo tenements",
      "source_url":"http://www.naa.gov.au/cgi-bin/Search?O=I&Number=1991254",
      "image":"images/catalog/1991254_0001.jpg"
    }]
}

Images

Images can be accessed by appending the image value in the json response to http://mildenhall.creativepossums.net/. Of course we would prefer it if you stored the original image files locally where possible.

Contact