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 = "42-B-0300" 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
e8fc148b36bb528b CATHERINE NISLEY MIRIAM NISLEY 42-B-0300 2022-10-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000guvZt&d=%2Fa%2F3d000000pYZY%2FRxV2L8o9e1QuXonOXlaVUQBhfHpnPm0ehSgbbeIzQoo&asPdf=false  
2fdfc4f99d8b7e85 CATHERINE NISLEY MIRIAM NISLEY 42-B-0300 2021-08-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMnH1&d=%2Fa%2F3d000000pYNl%2FSe3l1RvRIoeY1OTlpc1ADUamNgKFGTFdhX2DDCbREvI&asPdf=false  
7127ecd1ef2479ea CATHERINE NISLEY MIRIAM NISLEY 42-B-0300 2019-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfbN&d=%2Fa%2F3d000000pYNj%2F9_y4XQb0zLNdKqJg7CkFa_RC2ky.Txu2QKtVjSA0b9g&asPdf=false  
a5d21f69e40b9000 CATHERINE NISLEY MIRIAM NISLEY 42-B-0300 2019-05-13   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege05&d=%2Fa%2F3d000000pYPy%2F7RtZA4mXrZfLp3kXjO9SgKy0U8XPDD0uh0sdIQlp89k&asPdf=false  
7c2a5567641b8728 CATHERINE NISLEY MIRIAM NISLEY 42-B-0300 2018-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfU9&d=%2Fa%2F3d000000pYQ2%2FOOPzjb_2YSu6Xnk5PaK1pi4wXJ1wqiWvbsipE4DdwCw&asPdf=false  
707580d775c2f69d CATHERINE NISLEY MIRIAM NISLEY 42-B-0300 2017-06-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbqs&d=%2Fa%2F3d000000pYOi%2F6J0vK112fipVPGMKk1FBR4jMmvCTsybfpPLEjibN9hk&asPdf=false  
1da003a17e2a048c CATHERINE NISLEY MIRIAM NISLEY 42-B-0300 2017-02-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZTv&d=%2Fa%2F3d000000pYQ6%2FMW.Zv7Msj.d0WEjZs7tBFeBKB.TIREt2WszmQvFi6F0&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 100.334ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API