5 rows where end_date = "" and format = "API"

View and edit SQL

Suggested facets: dataset_title, author, dataset_issued, dataset_modified, dataset_description, info_url, start_date, file_modified, file_size, dataset_issued (date), dataset_modified (date), file_created (date), file_modified (date)

format

end_date

Link rowid ▼ dataset_title publisher author dataset_issued dataset_modified dataset_description source info_url start_date end_date file_title download_url format file_description file_created file_modified file_size licence
672 South Australians of World War 1 Photographs Flickr set State Library of South Australia Andrew Piper 2013-05-21T09:06:33.212603 2020-02-24T02:07:29.790770 A selection (542) of portraits of soldiers. This set of portraits comes from our Chamberlain Collect… data.sa.gov.au https://data.sa.gov.au/data/dataset/0384a465-903c-4b2b-93ec-826acbe2c66b 1914-1916   Flickr API https://www.flickr.com/services/api/ API This dataset can be used in conjunction with the Flickr API. 2014-07-07T04:03:42.373664 2014-07-07T05:05:26.071019 20.0 Creative Commons Attribution
836 South Australian Government Photographic Collection History Trust of South Australia History Trust of South Australia 2017-06-23T06:53:25.398879 2017-07-28T07:36:38.007416 The collection broadly documents sixty-seven years of government activities, state celebrations, and… data.sa.gov.au https://data.sa.gov.au/data/dataset/c5a3374b-bc28-41a5-9f7b-14d9b92e7350     South Australian Government Photographic Collection API https://data.history.sa.gov.au/sagpc API Refer to main page for information surrounding the end points. Meta data and images can be accessed … 2017-06-23T16:55:54.382324     Other (Open)
837 South Australian Government Photographic Collection History Trust of South Australia History Trust of South Australia 2017-06-23T06:53:25.398879 2017-07-28T07:36:38.007416 The collection broadly documents sixty-seven years of government activities, state celebrations, and… data.sa.gov.au https://data.sa.gov.au/data/dataset/c5a3374b-bc28-41a5-9f7b-14d9b92e7350     SA Government Photographic Collection https://developers.sa.gov.au/docs/services/597822927515ee1398090666/operations/597a82807515ee0f204443b5 API Developer Portal. 2017-07-28T17:36:38.052331     Other (Open)
922 WW1 Diary and Letter Transcripts State Library of NSW State Library of NSW 2016-07-25T22:26:44.309321 2016-07-25T22:26:59.738806 Approximately 11,000 volumes of letters and diaries of WW1 Australian soldiers have been collected b… data.nsw.gov.au https://data.nsw.gov.au/data/dataset/4095e38b-785f-4f3c-917f-d041fce0e408     WW1 Diary and Letter Transcripts API http://www.sl.nsw.gov.au/api API   2016-07-26T08:26:59.285520     Creative Commons Attribution
943 OpenGov NSW API NSW State Archives   2013-05-28T05:04:20.514798 2015-02-03T06:33:14.130405 A repository of information published by NSW Government agencies, including Annual Reports and open … data.nsw.gov.au https://data.nsw.gov.au/data/dataset/e2c36616-36db-4bb3-a907-87db836481f0     OpenGov NSW API https://www.opengov.nsw.gov.au/api API OpenGov NSW data and functionality are available via an open web API. This service provides addition… 2013-05-28T01:05:30.921458     Creative Commons Attribution

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [glam-datasets] (
   [dataset_title] TEXT,
   [publisher] TEXT,
   [author] TEXT,
   [dataset_issued] TEXT,
   [dataset_modified] TEXT,
   [dataset_description] TEXT,
   [source] TEXT,
   [info_url] TEXT,
   [start_date] TEXT,
   [end_date] TEXT,
   [file_title] TEXT,
   [download_url] TEXT,
   [format] TEXT,
   [file_description] TEXT,
   [file_created] TEXT,
   [file_modified] TEXT,
   [file_size] TEXT,
   [licence] TEXT
);
CREATE INDEX [idx_glam-datasets_source_publisher_format_licence]
    ON [glam-datasets] ([source], [publisher], [format], [licence]);