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 = "74-B-0717" 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
82de5c8bcf158e04 LUPE C GONZALES 74-B-0717 2019-09-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnAV&d=%2Fa%2F3d000000pUkB%2FCqu7kPw7aWkAELxqldBAX.3G84bjAINiNxFkgUf0IoE&asPdf=false  
9145d48ddb60f720 LUPE C GONZALES 74-B-0717 2018-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoBA&d=%2Fa%2F3d000000plw7%2Ft5C6xe2dgrJQuI8jPasTwqkjaKKbgDBrcZN5a.zzoMI&asPdf=false  
13db34edf32f3539 LUPE C GONZALES 74-B-0717 2018-02-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnWe&d=%2Fa%2F3d000000phxm%2F0GZU8jb8ublGgMlKmP4sJZTSHksm537QJ75Lo.Lr23E&asPdf=false  
2758cff4586381cb LUPE C GONZALES 74-B-0717 2017-03-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoKa&d=%2Fa%2F3d000000pn5H%2F6eenFhvh7X53X5laWw_chwummBxsK714xTN2uKi5.eE&asPdf=false  
a05dbee8655844ab LUPE C GONZALES 74-B-0717 2016-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego8n&d=%2Fa%2F3d000000pomJ%2FlsVLDizl1MQFB1_BFvOtMmC_mDKpcOmnnG.uc.2fJHw&asPdf=false  
c631da363fe69482 LUPE C GONZALES 74-B-0717 2015-05-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego0s&d=%2Fa%2F3d000000pWNH%2FTXghQVgzu3hdhqJi8lzdgtbdAeY9OgKfRanP5n4x8Qo&asPdf=false  
c7177f18240218d5 LUPE C GONZALES 74-B-0717 2014-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgngF&d=%2Fa%2F3d000000pnV4%2F7xnimBQ9BB580njZGB7NG2LsuZSLVCI2slqnt6l9OV8&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 526.915ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API