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 = "34-A-0237" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
2e7c355471157196 Daniel H Lambright 34-A-0237 2024-01-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BZfyr&d=%2Fa%2F3d000002JRqZ%2FV5vh1asi8dnmLqtrh6sKGcGsKhDzTVE7zJRNvHPLw6o&asPdf=false  
decb97b57e1cdf59 Daniel H Lambright 34-A-0237 2023-12-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BCGZY&d=%2Fa%2F3d000002CGPB%2F52cfyd7d2mP8KKmw3QyE7NaxRi6dm4HjFa02bI4wPKg&asPdf=false  
e5b9e8f1a44b40dd Daniel H Lambright 34-A-0237 2022-07-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxbSZ&d=%2Fa%2F3d000000piv1%2FJ_NtIzEUKU5EGtz34g4ut4ftE6PGaL0ZR8FU5eUS2yo&asPdf=false  
8ab21ddf81305e98 Daniel H Lambright 34-A-0237 2021-09-08   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN9Q0&d=%2Fa%2F3d000000piuL%2FjzoxqnyYDujL66ipjQE02gI6f_dgDGZqf5TF7fSHVCg&asPdf=false  
1ea909c705935030 Daniel H Lambright 34-A-0237 2021-06-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhHmP&d=%2Fa%2F3d000000ppHq%2FgXkWzvQcPEx5Vg10mywnOIDFTTPaGGBBfNMPro0IkQI&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 189.979ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API