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 = "58-B-0649" 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
8edfb12e0210b55a LAUREN ELIZABETH MC ANA 58-B-0649 2019-03-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdRX&d=%2Fa%2F3d000000pS6K%2F9kXYYVikKGCqjnXNs_BIsUC1z6l5E9vNj6SYl2XsC9Q&asPdf=false  
e3dde633de0dd8fc LAUREN ELIZABETH MC ANA 58-B-0649 2019-02-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgduW&d=%2Fa%2F3d000000patx%2FWd8iFdtlCBVDohT2ORms9315sYA5KyqLEM3F.XK1Jy4&asPdf=false  
e5569a76aa41e9f3 LAUREN ELIZABETH MC ANA 58-B-0649 2018-12-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfKw&d=%2Fa%2F3d000000poKT%2FjAaoXfWiUOuWsTEKWe1W2ovRC_ngBCwcSk8aqZvhk1w&asPdf=false  
4748e03ab569ee2b LAUREN ELIZABETH MC ANA 58-B-0649 2018-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggEW&d=%2Fa%2F3d000000pSOF%2F89yeA5E7qTeCNrJvYor3uPHphr0MEzETfZ4DKiBsgKY&asPdf=false  
43ee41033e6e034b LAUREN ELIZABETH MC ANA 58-B-0649 2018-04-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggSa&d=%2Fa%2F3d000000pjIX%2FgGm.V9DK2fWNkNxlG8E_u0F5ywWeevad9lJX_7ZCihU&asPdf=false  
0f957eef2320a657 LAUREN ELIZABETH MC ANA 58-B-0649 2017-07-05   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXI0&d=%2Fa%2F3d000000pkIg%2Fj0lUfPzEOzRwTKqllGWOqazNza7rl08kTzVje7JegWk&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 206.831ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API