Title: | Data on Freedom of Information Act Requests |
---|---|
Description: | A data package containing public domain information on requests made by the 'MuckRock' (https://www.muckrock.com/) project under the United States Freedom of Information Act. |
Authors: | Oliver Keyes [aut, cre], MuckRock Project [cph] |
Maintainer: | Oliver Keyes <[email protected]> |
License: | Unlimited |
Version: | 0.1.0 |
Built: | 2025-01-26 04:39:53 UTC |
Source: | https://github.com/ironholds/muckrock |
A dataset containing metadata about the agencies subject to requests under the US Freedom of Information Act sent by MuckRock.
agency_metadata
agency_metadata
A data frame with 5773 rows and 15 variables:
The MuckRock internal ID of the agency.
The name of the agency.
The average time taken (in days) for the agency to respond to a request.
The average number of communications (emails, letters) with the agency per-request.
The total number of pages of material released by the agency.
The total number of Freedom of Information Act requests made by MuckRock to the agency.
The number of FOIA requests made to the agency that are awaiting a response from them.
The number of FOIA requests made to the agency that are awaiting an appeal of the decision of whether material could be released.
The number of FOIA requests where the request needs amending or redirecting.
The number of FOIA requests where the agency requires payment to process the materials.
The number of FOIA requests where the agency has not responded.
The number of FOIA requests where the agency provided the requested materials.
The number of FOIA requests where the agency provided some of the requested materials.
The number of FOIA requests where the agency rejected the request.
The number of FOIA requests where the agency rejected the request.
jurisdiction_metadata
which contains metadata about the jurisdictions
in the MuckRock database, using similar formatting, and request_metadata
for information
about individual requests.
A dataset containing metadata about the jurisdictions in the MuckRock database. Note that this is all jurisdictions - some of them have not necessarily received Freedom of Information Act requests.
jurisdiction_metadata
jurisdiction_metadata
A data frame with 33609 rows and 15 variables:
The MuckRock internal ID of the jurisdiction
The name of the jurisdiction.
The average time taken (in days) for the jurisdiction to respond to a request.
The average number of communications (emails, letters) with the jurisdiction per-request.
The total number of pages of material released by the jurisdiction.
The total number of Freedom of Information Act requests made by MuckRock to the jurisdiction.
The number of FOIA requests made to the jurisdiction that are awaiting a response from them.
The number of FOIA requests made to the jurisdiction that are awaiting an appeal of the decision of whether material could be released.
The number of FOIA requests where the request needs amending or redirecting.
The number of FOIA requests where the jurisdiction requires payment to process the materials
The number of FOIA requests where the jurisdiction has not responded.
The number of FOIA requests where the jurisdiction provided the requested materials.
The number of FOIA requests where the jurisdiction provided some of the requested materials
The number of FOIA requests where the jurisdiction rejected the request
The number of FOIA requests where the jurisdiction rejected the request
agency_metadata
which contains metadata about the agencies
subject to FOIA requests, using similar formatting, and request_metadata
for information
about individual requests.
muckrock
is a data package containing metadata associated with
US Freedom Of Information Act (FOIA) requests, as aggregated and released by the
MuckRock project.
the package's contents are:
agency_metadata
Information about agencies that requests have been submitted to.
jurisdiction_metadata
Information about jurisdictions covered by MuckRock's scope.
request_metadata
Metadata associated with the actual FOIA requests.
A dataset containing metadata about the individual requests in the MuckRock database of Freedom of Information Act requests.
request_metadata
request_metadata
A data frame with 18970 rows and 19 variables:
The MuckRock internal ID of the request.
The MuckRock internal ID of the user who submitted the request.
The title of the request.
The request's current status. Options are "no docs" (there is nothing to release), "appealing" (the decision to not-release is being appealed", "done" (the request is completed), "fix" (the request needs changes before it can be completed), "rejected" (the agency rejected the request), "partial" (the request was partially completed), "abandoned" (the requestor gave up), "processed" (the request is in the works), "payment" (the request requires payment to the agency), "submitted" (the request has been submitted, but no other action has been taken), and "ack" (the request has been acknowledged, but no other action taken).
The ID of the jurisdiction. Matches the ID in jurisdiction_metadata
.
The ID of the agency. Matches the ID in agency_metadata
.
The date the request was submitted.
The date the request was completed.
The date a response is due from the agency.
The number of days until the response is due.
The date of any followup.
Whether the results of the request are currently under an embargo.
The date any embargo expire(s|d) on.
The processing fee charged for the request.
a description of the request.
The tracking ID assigned to the request by the agency it was submitted to.
Any metadata tags associated with the request.
The name of the agency the request was submitted to.
The name of the jurisdiction the agency resides in.
agency_metadata
and jurisdiction_metadata
for
metadata on jurisdictions and agencies subject to FOIA requests, respectively.