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

10 rows where cert_number = "42-B-0297" 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
19702927dd76f78a SHADOWS LLC 42-B-0297 2022-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvNcp&d=%2Fa%2F3d000000pcr0%2FrRHcEwwf150lad7Y4POP2QsahWWiJHZnBe3EWVdAWZ4&asPdf=false  
8d0ad0500eed6780 SHADOWS LLC 42-B-0297 2021-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh0ba&d=%2Fa%2F3d000000pYWC%2FRmDWvFZr5wEhSr4AxjtU2_eZryRs7N_tQFu9MgWYMdg&asPdf=false  
993779150369f9ef SHADOWS LLC 42-B-0297 2019-07-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egno8&d=%2Fa%2F3d000000pYVz%2FMotqXd.LRSmendLyZOWj1waezE_dCC7YpN1JTPnN2zw&asPdf=false  
2147d496f4b40e6a SHADOWS LLC 42-B-0297 2019-04-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcxP&d=%2Fa%2F3d000000pYVS%2Fdp0U.hcj2xTVBGYL67BTSA2bTyb3DnlBLckiN6keEZQ&asPdf=false  
57d6fe451797571e SHADOWS LLC 42-B-0297 2018-05-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egigx&d=%2Fa%2F3d000000pYWZ%2FzPgB1G1sTZKkN_ZNYWXDsWqoTkvR9fAm4OEcNArdp_E&asPdf=false  
61dd282c15a55329 SHADOWS LLC 42-B-0297 2018-04-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggSt&d=%2Fa%2F3d000000pYWN%2FLP0VQy9VsaArgaXnvqPLRL4M1PCxfRfCAPJO_HoD9tI&asPdf=false  
94bd415f8608bce1 SHADOWS LLC 42-B-0297 2017-11-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXja&d=%2Fa%2F3d000000pYV2%2FfU_.4XaN9mAF0AtvBIRlgtfJbTvgG4MtxG_iXuO50Kk&asPdf=false  
ba3ad06e12e3237e SHADOWS LLC 42-B-0297 2017-02-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd9n&d=%2Fa%2F3d000000pYWI%2FA7BrAXlrBMJBspbRBSkxqFRts1BiDiz_bzjAOcwvrq8&asPdf=false  
78ca763768694df8 SHADOWS LLC 42-B-0297 2016-09-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggkJ&d=%2Fa%2F3d000000pYV4%2FEHivbmRXLapxoEW36PC10XCRIDtrXkz3vHoW2iE7eno&asPdf=false  
80ba06aeb9005d1c SHADOWS LLC 42-B-0297 2016-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd5h&d=%2Fa%2F3d000000pYWd%2FnUKiMLNCHccNC49gcP3z3xnuR7NLXtjRILhjXkgO0hQ&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.884ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API