1 row where format = "API" and publisher = "NSW State Archives"

View and edit SQL

Suggested facets: dataset_issued (date), dataset_modified (date), file_created (date)

source

publisher

  • NSW State Archives · 1

format

end_date

  • - 1
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
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]);