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

4 rows where cert_number = "43-A-6612" 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
f21d82c905cf8a82 Arrow B Farms, LLC 43-A-6612 2023-06-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008mb12&d=%2Fa%2F3d000001KEAD%2F1Fn0D_ZXz7NqP7ZMSc8AtLLRgeaBIdqy16.QuHGAJUY&asPdf=false  
f36a6cbf3333b2b7 Arrow B Farms, LLC 43-A-6612 2023-05-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008KVb3&d=%2Fa%2F3d000001B3dB%2F_AT8KQ1c555AZim3op5bWKnoGVL0vPx4c51j8IbbeXU&asPdf=false  
73d083b4522c1877 Arrow B Farms, LLC 43-A-6612 2022-06-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPMlb&d=%2Fa%2F3d000000pVbU%2FngkKI5Al7wEkBlvry1onwzKtgg.KxZ_uxJ.gpMf82S4&asPdf=false  
8dd47600bd665c07 Arrow B Farms, LLC 43-A-6612 2021-11-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008jVm2&d=%2Fa%2F3d000001J9Yf%2FbX.LNpMU8qsyY0YJ6rOsjRI6_gmWBOCPkiLrdxaMudE&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 5.066ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API