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

7 rows where cert_number = "48-A-2122" 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
e7771f3baddd8c43 Doris Morlock 48-A-2122 2018-09-25   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkWe&d=%2Fa%2F3d000000pSC5%2FPChhuPIGe2raGjiTJLG0zvks.lbs6E24ZXlg4AQQm8A&asPdf=false  
e5c2417e67255d00 Doris Morlock 48-A-2122 2017-11-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkPZ&d=%2Fa%2F3d000000pju4%2Fk3gZUCQsrsy7Q5VoH5npM8Bc4Z2pRaqKrb.3vmunpO0&asPdf=false  
d027e8ca89cae795 Doris Morlock 48-A-2122 2017-10-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm8r&d=%2Fa%2F3d000000pX0L%2FPv3GZYxJsUY5j5c1N1LD_AWPYJlmtwttdlw13lK0Rsc&asPdf=false  
c102428e302696bf Doris Morlock 48-A-2122 2016-08-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbco&d=%2Fa%2F3d000000pe2H%2FuzxEccEiPbvdrlF8KXc0nqMbXoIEnOGwqitKQjv6xlQ&asPdf=false  
89f8da3222043d58 Doris Morlock 48-A-2122 2015-12-22   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWt0&d=%2Fa%2F3d000000pWV3%2FugSPfzHADlFcFaoaHg4DjtXDilz71j.SpIkYAJ9UFDo&asPdf=false  
4a18dd44c8140f53 Doris Morlock 48-A-2122 2015-02-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjhd&d=%2Fa%2F3d000000pXUm%2F3S1SD7DZHkmUdq2uPWVh1yHJLGlWaYgJYswKJ_rzjFA&asPdf=false  
b9ea290d77a4839f Doris Morlock 48-A-2122 2014-02-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkDf&d=%2Fa%2F3d000000pRCM%2FMUbWRamOFBL.G6Kq.HOPPwb1SiDe_YZ2TWYSIuk4Bx0&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 743.293ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API