This site provides an API for researchers and digital humanists. Responses come in either XML or JSON flavor.
URL Scheme | Description | Expected Response | Notes | Example |
---|---|---|---|---|
https://dlg.usg.edu/records.json https://dlg.usg.edu/records.xml
|
Returns all search records in a paginated list with facet data. | Item(s), Facet information | Combine with query parameters to limit results. Results are paginated. | JSON Results for 'columns' in Clarke County |
https://dlg.usg.edu/record/{identifier}.json https://dlg.usg.edu/record/{identifier}.xml
|
Returns all available metadata for record corresponding to identifier. | Item | JSON for dlg_larc_jlc0378 | |
https://dlg.usg.edu/records.json?search_field=record_id&q={identifier}+OR+{another_identifier}
|
Returns JSON for a specific set of records using record IDs separated by OR | Item(s), Facet information | Identifiers can be extracted from individual record page URLs (in this example the ID is gsu_lane_13327) | JSON for dlg_vsbg_jaj111 and dlg_vsbg_jaj053 |
https://dlg.usg.edu/collections.json https://dlg.usg.edu/collections.xml
|
Returns all collection search records in a paginated list with facet data. | Collection(s), Facet information | Combine with query parameters to limit results. Results are paginated. | JSON Results for Collections matching 'architecture' |
https://dlg.usg.edu/collection/{identifier}.json https://dlg.usg.edu/collection/{identifier}.xml
|
Returns all items contained in the Collection corresponding to identifier. | Item(s), facet information | JSON for records in dlg_gacoch |