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

6 rows where cert_number = "42-A-0800" 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
3858cc0f6b85d851 CAROLYN OWENS 42-A-0800 2020-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkYN&d=%2Fa%2F3d000000pn7t%2FHK7Uhm.N5A0dEWmDg6pR1s4ujKjhkYzRj82C9sSGQME&asPdf=false  
b89a112e0f562d15 CAROLYN OWENS 42-A-0800 2019-01-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjNB&d=%2Fa%2F3d000000pffk%2FOQvIpDd6GYoHPUbmcDwK_yoBtrKFINmF8CCUmcwYicI&asPdf=false  
4c5995289e1f45eb CAROLYN OWENS 42-A-0800 2017-12-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi9T&d=%2Fa%2F3d000000plgh%2FBWfOU9vPfQ6DGAwkbrwtnqc0.O6b1bkX1ow_ikvW_.4&asPdf=false  
69677b9802b4c630 CAROLYN OWENS 42-A-0800 2016-10-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjCD&d=%2Fa%2F3d000000pXOw%2Ffbcp9cBDS048u1bv6E9MJJzSuHjyzjMemP5XAbiuLgg&asPdf=false  
848f2bf52aa54789 CAROLYN OWENS 42-A-0800 2015-09-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjWj&d=%2Fa%2F3d000000pl8h%2FY0F84LJBjcAKq.Dd4LimdSE4gr73.kitjBertAeDffI&asPdf=false  
3508d36e5ed51986 CAROLYN OWENS 42-A-0800 2014-08-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkQj&d=%2Fa%2F3d000000ppHx%2FR1X_h9VsD8JXIcSxa8EZ7hHCpyRoTkwU4UMMUxnr6Ow&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 165.625ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API