Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Maryland Public Information Act (MPIA) Request Responses
The MPIA dataset will contain a list of MPIA requests that contain information about the MPIA request as well as a web link to the MPIA response packet created by the owning departments. Each request will contain the following information:
Requestor First Name
Requestor Last Name
Requestor Organization
Description
Intake (ie email)
Lead Department
Data Owning Departments
Date Response Posted
Who Published the Response
Link to the Response Document(s) on a public Web Site
Update Frequency: Daily
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 \"montgomerycountymd-gov/maryland-public-information-act-mpia-request-99ya-kjjr\".\"maryland_public_information_act_mpia_request\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata