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-B-0225" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_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
cb3ffad22c4f1a40 Mark Steffensmeier 42-B-0225 2016-12-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egitf&d=%2Fa%2F3d000000poZB%2FG0HXTpbyf1n9gILTY9Zd5hNaGqXBhRz_QbxzkypHBXo&asPdf=false  
0c8f9f04b6659235 Mark Steffensmeier 42-B-0225 2016-08-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbQb&d=%2Fa%2F3d000000pkJm%2FGwKIgOUt5GSvxzAm3nLst55C0JC2RKVrS2CeUdMlUgY&asPdf=false  
cd420b794bb54bf6 Mark Steffensmeier 42-B-0225 2016-04-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egib7&d=%2Fa%2F3d000000pkfe%2FiALl.C0QdjOva43XLsygBCxfepgRwLyxVaVEEK_RaqY&asPdf=false  
8b3b68401605445f Mark Steffensmeier 42-B-0225 2016-02-24   1 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYs1&d=%2Fa%2F3d000000piFU%2F9qlanNVQl5GnPvC1PVib9KFvRheIztqoUSU_dzF8m2M&asPdf=false  
06189e6ff3557010 Mark Steffensmeier 42-B-0225 2016-01-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiL4&d=%2Fa%2F3d000000pTCP%2FhX7WawC1aKHkKCWjjkwUYPaJVswAwn0MxWb1teuM3SI&asPdf=false  
d6c8597d720ca26b Mark Steffensmeier 42-B-0225 2014-11-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj8e&d=%2Fa%2F3d000000pT2m%2FY85Dil4fTLIWyDD0A73PCkHDb6nQxS2OoFVjkNzUruA&asPdf=false  
379ad952de10899c Mark Steffensmeier 42-B-0225 2014-09-30   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmWG&d=%2Fa%2F3d000000po8N%2FxsyU9a5jtsYL8ejxX8ZVK5si5001o6TiRHnIO8sr0Y0&asPdf=false  
bc8c969357ebe4c2 Mark Steffensmeier 42-B-0225 2014-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghVT&d=%2Fa%2F3d000000pWv5%2F3HDymgX_Y8HUAR92pPW2A9sicRhWHTAT7SvX_72QPjU&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 5.421ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API