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
- tag
- barcode_no
- series_no
- control_symbol
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"
}]
}