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 = "45-C-0051" 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
4a08484417484e07 ABBY CLINE 45-C-0051 2017-06-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnWi&d=%2Fa%2F3d000000pmXn%2FB97gfg6wYh7IAIBZRruPPjLFgFxrdJNu20rt8l6herU&asPdf=false  
e1a485a0d6ad02bb ABBY CLINE 45-C-0051 2016-09-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghBJ&d=%2Fa%2F3d000000plTO%2FLAR92HbgYEtMtP1yHyaTZEFXD5sDOpX0XU2oTO4QV9U&asPdf=false  
ee3b92dcadf34f6b ABBY CLINE 45-C-0051 2016-07-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglzr&d=%2Fa%2F3d000000pfSR%2FeQzdpmigjmS1yjozvSlgpzkcDKiQFWPEair0SDYmzvQ&asPdf=false  
3b4eaff20a79a294 ABBY CLINE 45-C-0051 2016-05-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoIb&d=%2Fa%2F3d000000pX1J%2Fsw1eeHVDE2eLfR8xiqbf0x1OMEaXxO2yGeXrxTwIzI4&asPdf=false  
07c677ff108a0dae ABBY CLINE 45-C-0051 2015-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglFv&d=%2Fa%2F3d000000pjmH%2F__vv7vjKL3Bxs0qEgUaURw75zKmNAFz8ndMablO7jCQ&asPdf=false  
08433d51e3db4511 ABBY CLINE 45-C-0051 2015-07-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmFt&d=%2Fa%2F3d000000pXI2%2FOlHSGoRCZEWiBN0ugtDxwTpKl7DTyqC7a36RjgOhxIg&asPdf=false  
9c6c40b09d71db92 ABBY CLINE 45-C-0051 2014-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglqv&d=%2Fa%2F3d000000plaS%2FxtCs8G4r.9M5EwUA03u6HLQQG4eN8ewV.PL9LruzvvY&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 3.78ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API