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

6 rows where cert_number = "21-C-0488" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
fe50a3c21d2f7f9e MELODI L. CONNOR CHRISTOPHER J. CONNOR 21-C-0488 2024-08-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000002ac2U&d=%2Fa%2FSJ0000007Foj%2FgFoBtjXYogdEv10OgjLGUdfQWE1IIdGDFbBwm3BRg3E&asPdf=false  
83fd6af63d8474c3 MELODI L. CONNOR CHRISTOPHER J. CONNOR 21-C-0488 2024-04-18   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DFoHt&d=%2Fa%2F3d000002qJpK%2F1X7HYd23CM3_nKFNMa.p8bdjhtgk0nKpbaM487NiiNE&asPdf=false  
6c178f4fa0241dec MELODI L. CONNOR CHRISTOPHER J. CONNOR 21-C-0488 2024-01-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BpHSP&d=%2Fa%2F3d000002Of5S%2FWdTEJk_L09PIc7sfq5fq5F4mbQr6C7Ap7dPsOlIBuVw&asPdf=false  
bf0c65fcd2249b69 MELODI L. CONNOR CHRISTOPHER J. CONNOR 21-C-0488 2023-03-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000at8tF&d=%2Fa%2FSJ000004Kchy%2FOYtinoEQBD4R0ETkwqpdDN8zCv5riQgl2GKbegn1Y_k&asPdf=false  
df74878f55b168a0 MELODI L. CONNOR CHRISTOPHER J. CONNOR 21-C-0488 2022-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwSZJ&d=%2Fa%2F3d000000phH9%2FvtlBVhPWG26N6W3Z9CPBcFO51S63ThT5wggPgHw_u.M&asPdf=false  
34e827bb1ca6068f MELODI L. CONNOR CHRISTOPHER J. CONNOR 21-C-0488 2021-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V88Dn&d=%2Fa%2F3d000000pRuk%2FOK6z_5kiav1EtBf9oCj18y6y2kvkcXcMclRXNxen89M&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 3.46ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API