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

8 rows where cert_number = "42-A-1401" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
622a930ce03b1000 Calvin Kortlever 42-A-1401 2016-07-13   0 7 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwED&d=%2Fa%2F3d000000pfUA%2FvQEUJt7uU7LYO2IOEjd2G21HoONuQzE0Mr41DSwWBF4&asPdf=false  
b803ff7f6568b9b2 Calvin Kortlever 42-A-1401 2016-05-17   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwcW&d=%2Fa%2F3d000000pT7o%2F0rPBYGuItr7UcblGQlCmrRc1dLax5T896_OFn90YXFw&asPdf=false  
32a1a568ebb6a8d8 Calvin Kortlever 42-A-1401 2016-02-23   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW8c&d=%2Fa%2F3d000000pmsT%2FQ0VAAJ.DaIvAOru9ChT9i7lxF3UJvoIXnXLwpfLGYCQ&asPdf=false  
bd55a87c96133e03 Calvin Kortlever 42-A-1401 2015-09-14   0 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwmM&d=%2Fa%2F3d000000pmII%2FRXGwvVY9F959oXVDttGjVv0xVdci0DoTyG7vpgwHwuw&asPdf=false  
8f355ef5f2a04d52 Calvin Kortlever 42-A-1401 2015-05-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXV7&d=%2Fa%2F3d000000pWOr%2F4_jVO7VHBfRPuOb_mcjVo_3o.cPLLDgpfMyb.h9EoNg&asPdf=false  
d8640282319cd5bb Calvin Kortlever 42-A-1401 2014-12-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egacx&d=%2Fa%2F3d000000pf3O%2Fr8Cbc0Fi3zqUcd.ut648IGFDa2fy8gVVynXi9mn77gw&asPdf=false  
a09b42163dc04a35 Calvin Kortlever 42-A-1401 2014-09-23   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxO6&d=%2Fa%2F3d000000poKI%2FgX.Z5Jlqtvum68JFEqgWJIMHMYwtDrhiVG9gZDVgNck&asPdf=false  
addf61883f173d45 Calvin Kortlever 42-A-1401 2014-07-17   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVh2&d=%2Fa%2F3d000000pf3w%2F5iq5PkcJNCQe0PBolIg3.1KgeD_a3A9agrlQUIGOkKE&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 521.507ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API