data-act-gov-au/historic-marriage-index-uzaz-dbkr
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 month ago
Indexed 1 month ago

Historic marriage index

Access Canberra maintains an Historic marriage index that provides limited information relating to marriages that were registered in the ACT more than 75 years ago.

The index contains: the registration number; both parties’ surnames and given names; and, the date of the marriage.

Querying over HTTP

Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:

curl https://data.splitgraph.com/sql/query/ddn \
    -H "Content-Type: application/json" \
    -d@-<<EOF
{"sql": "
    SELECT *
    FROM \"data-act-gov-au/historic-marriage-index-uzaz-dbkr\".\"historic_marriage_index\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • historic_marriage_index
     
     
     
     
     
Upstream Metadata