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

5 rows where cert_number = "43-C-0320" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
b6b528e32623d104 KIRBY VAN BURCH 43-C-0320 2015-02-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbMU&d=%2Fa%2F3d000000pkaT%2Fyn2Vf7VJR8ns0gEIUIIqytb6A9AV4JWGahf_CQCxK8g&asPdf=false  
2a3313765b6ee0fd KIRBY VAN BURCH 43-C-0320 2014-10-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgncJ&d=%2Fa%2F3d000000pkbg%2FrDc0SnEWUu64.4lJZz8kISM6.tJKux81LP4KL79.zbY&asPdf=false  
9c6724dfa23e7602 KIRBY VAN BURCH 43-C-0320 2014-07-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoDX&d=%2Fa%2F3d000000pRKU%2FEUrE_MUuc7k_TTXfVSqLXxzWJnayvCg2zoT6vO6ucD8&asPdf=false  
ad7c58d37d26aa7a KIRBY VAN BURCH 43-C-0320 2014-05-21   0 3 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwAV&d=%2Fa%2F3d000000pdNn%2FErGJI4KdJecR3eA63kR8q8_Ib1YRq62RofVzOV3sFs0&asPdf=false  
d9ca9b98b5bb8675 KIRBY VAN BURCH 43-C-0320 2014-02-10   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxIi&d=%2Fa%2F3d000000pozH%2F1KEK2UJliLSPKIOD25iTi8unp8NfMU9EnyAIVLjVYB4&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 4.931ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API