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 = "34-C-0107" 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
eefce83e2040f67a JOHN FORSHEE 34-C-0107 2018-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbtE&d=%2Fa%2F3d000000pWlP%2Fob9NR7Ft6Uh.fuN9UBeO69j9THH97koCWju4yD3TZsE&asPdf=false  
c4d9b320ebe325db JOHN FORSHEE 34-C-0107 2018-02-20   0 0 0 2    
794f385972ec14d4 JOHN FORSHEE 34-C-0107 2017-06-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWqw&d=%2Fa%2F3d000000ppHo%2FoXlQjCJ.fdxuqByJsBQJRrWqXDpui2scAzN3_j.68YE&asPdf=false  
cbc0b2dca1ab3cb4 JOHN FORSHEE 34-C-0107 2016-10-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd8Z&d=%2Fa%2F3d000000pfx2%2FWYJ9HAHX0KnLkZEZ0hIugKckud5VvEGZpQwiE1wLPcQ&asPdf=false  
cc7aad5e0f345797 JOHN FORSHEE 34-C-0107 2016-01-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf8S&d=%2Fa%2F3d000000pUZz%2FfRQ9T9R6VuOKFkLQ5IHA8.r.kn2oYhkfr2arWY.O7zE&asPdf=false  
358046a02e5acebe JOHN FORSHEE 34-C-0107 2015-01-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfZq&d=%2Fa%2F3d000000pWV2%2Fk.hr.Xqr.VS28oscJK.6U5XAdhcmaDWbiNXvyzE2f3c&asPdf=false  
e1366a5751064cb5 JOHN FORSHEE 34-C-0107 2014-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbBH&d=%2Fa%2F3d000000pX4m%2FE51Gea3j3aBDHchQ1fDBJrlFlDvxvSYxL1eWzoG20tM&asPdf=false  
57e35e70a22276f4 JOHN FORSHEE 34-C-0107 2014-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege9d&d=%2Fa%2F3d000000ponp%2FpL76ZlzNP8XuIQBuZQOEL4Nmco3DNTtsJvD70oBuS5M&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 477.416ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API