home / aphis

inspections

APHIS inspection records for licensed facilities. 110,000+ inspections from 2014–present with violation counts and links to official reports.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

7 rows where cert_number = "74-B-0648" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_count, inspection_date (date)

inspection_type 0

id cert_number inspection_date ▲ inspection_type critical_count noncritical_count direct_count teachable_moment_count pdf_url pdf_local_path
b48a4052029ede80 Daniel Keeper 74-B-0648 2019-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglQH&d=%2Fa%2F3d000000pahs%2FWzDJTDA6TspScXDfF87VKC__fJTKWz6tL0_tt0tP4h4&asPdf=false  
e50c7ea4f1d9ce70 Daniel Keeper 74-B-0648 2018-12-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXop&d=%2Fa%2F3d000000piBd%2FRfanqqQaOIr4x0HyYYpbeIbw6BLwNpbWJ9WcItknKvk&asPdf=false  
2008ff81fbb10719 Daniel Keeper 74-B-0648 2018-01-26   0 1 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYrH&d=%2Fa%2F3d000000pl03%2FDzeXECYG_eG6JsyZ3GcgY.gbdtnR3N6joorwgIWZejg&asPdf=false  
4640eac14bbc5c4c Daniel Keeper 74-B-0648 2016-11-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYmu&d=%2Fa%2F3d000000piBH%2FT2geYTRZk7Mrpz_4YY5ukgUCcSd1aAxcQMPqKrYAkqw&asPdf=false  
6ef1f01a9259aa87 Daniel Keeper 74-B-0648 2015-11-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYmz&d=%2Fa%2F3d000000pdkN%2F3kV5LFXKMdD3QK6ElKfOAVmT4nihhJ1Wvx2OIXwyg8s&asPdf=false  
80f7f02ab4ac49bd Daniel Keeper 74-B-0648 2015-03-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYZL&d=%2Fa%2F3d000000po3g%2F4r8RlcZUcA7PS0hi93UXd9R9ebGmK5D1F5HFv6pvzf4&asPdf=false  
e1b14f0ba18b7c41 Daniel Keeper 74-B-0648 2014-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcL5&d=%2Fa%2F3d000000pShb%2F8xrF9Zro3jUhLyFbaPeir5VsLhFx4c3tVrC.utLp0_w&asPdf=false  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE inspections (
    id TEXT PRIMARY KEY,
    cert_number TEXT REFERENCES facilities(cert_number),
    inspection_date TEXT,
    inspection_type TEXT,
    critical_count INTEGER,
    noncritical_count INTEGER,
    direct_count INTEGER,
    teachable_moment_count INTEGER,
    pdf_url TEXT,
    pdf_local_path TEXT
);
CREATE INDEX idx_inspections_date ON inspections(inspection_date);
CREATE INDEX idx_inspections_cert ON inspections(cert_number);
Powered by Datasette · Queries took 734.523ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API