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 = "72-C-0242" 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
4ba56e4156ea921b Kliebert and Sons LLC 72-C-0242 2024-08-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000027lKV&d=%2Fa%2FSJ0000005q1B%2FfDliX5lP_a0Tu5baa7hAcP_2MczL12.R8k1nx4NTKY0&asPdf=false  
d4eb66364ab808ff Kliebert and Sons LLC 72-C-0242 2024-05-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000DcwPY&d=%2Fa%2F3d000002wxjQ%2Fu5fV0CVo2bV3GJa6FCzQVN_6G6EktLn8XD73iaadxm4&asPdf=false  
c080de2de9761958 Kliebert and Sons LLC 72-C-0242 2024-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CFZDc&d=%2Fa%2F3d000002VvSc%2FBJPDgebIIMiCmJdUni62Cb0Fyt1T3njizkk269CM7fQ&asPdf=false  
848d88b98553236e Kliebert and Sons LLC 72-C-0242 2023-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009BPHQ&d=%2Fa%2F3d000001SdPB%2F7UEcH39XaAqUo3uXf_pJEqgCvGl0IGjNnj4egV_9a6g&asPdf=false  
dbf08d97032c28c0 Kliebert and Sons LLC 72-C-0242 2023-06-28   0 4 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009QsFN&d=%2Fa%2F3d000001ZZu1%2FJ6Lzgcgqnoeu8JuHnwBQmZKodQcMqT0sRBzQI38R7uQ&asPdf=false  
0754c47da5d7318e Kliebert and Sons LLC 72-C-0242 2023-04-18   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d0000089svr&d=%2Fa%2F3d0000017aIr%2FG8E0qe2haWJ_zyVlXJ3xNSk64QyilDwQfbXtSsmhREg&asPdf=false  
7976f16fd6e1faba Kliebert and Sons LLC 72-C-0242 2022-04-04   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwW3g&d=%2Fa%2F3d000000phJT%2FVlcduwQMtOYdqM97QlMECrkOouel8LpEvaEmIoPqrcg&asPdf=false  
99ba130dcbd07f89 Kliebert and Sons LLC 72-C-0242 2021-05-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh3G7&d=%2Fa%2F3d000000pdim%2FIl8MaSV4ToVmoDNUosM7HSfHOpJwDhRNCgCROfcQsYw&asPdf=false  
4ff14d9f90683f8f Kliebert and Sons LLC 72-C-0242 2019-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdpr&d=%2Fa%2F3d000000pdc1%2FljSyFYnhcIMMmIrnilpQYqv4do0fGaJMHY0IafKdl.E&asPdf=false  
33ffceb0a5bbc73e Kliebert and Sons LLC 72-C-0242 2019-04-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcfa&d=%2Fa%2F3d000000pmBw%2F9JLKRnTgW.9tm5_te6OXoz7n8O5fQIUV6wdOWpGWaVA&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 87.498ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API