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

10 rows where cert_number = "56-R-0109" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
829c0907e526e0dd TRIDENT TECHNICAL COLLEGE 56-R-0109 2021-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNODY&d=%2Fa%2F3d000000pRuS%2FgmqplOGn9QUlRhyDuoQDHqCZtq4qatM1ZgjvyDEhqkU&asPdf=false  
fba6750d25ceb772 TRIDENT TECHNICAL COLLEGE 56-R-0109 2021-06-28   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMPKH&d=%2Fa%2F3d000000pRsf%2FLcJuttajaq2g_hpJv3Elt3piywRgGX99jyJ3QAS3KrE&asPdf=false  
4ecda50d231eb6f7 TRIDENT TECHNICAL COLLEGE 56-R-0109 2020-08-06   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYd7&d=%2Fa%2F3d000000pnY3%2Fe.tnNqeNy_Cgomsgn7u1.XYoOs._aXEjtp7MKL6a0Q8&asPdf=false  
8f4e82a99b0cb2bb TRIDENT TECHNICAL COLLEGE 56-R-0109 2020-02-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaj5&d=%2Fa%2F3d000000pdxa%2FNt4NUI2MlxGecFsZBFVHsUDQtVNqW5MLnPyHCEKNMF4&asPdf=false  
b44bbe03599f00a2 TRIDENT TECHNICAL COLLEGE 56-R-0109 2018-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfPq&d=%2Fa%2F3d000000pUcD%2FJLBmpyAdlAYXKARl_xJaORveIUUn1401nfdP53uisYQ&asPdf=false  
d2685048c9c508c9 TRIDENT TECHNICAL COLLEGE 56-R-0109 2018-01-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgerI&d=%2Fa%2F3d000000pkgH%2FRGF_E.fdLiOE_qdVXO4ZO7.rwKwonXqlTt5W64gk8Yc&asPdf=false  
3870ca6495313582 TRIDENT TECHNICAL COLLEGE 56-R-0109 2017-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgefG&d=%2Fa%2F3d000000pn3U%2FZjCwuz6yXsEYju5fmMPbpWU23Q.tIW.Ow3iMHA9DdGQ&asPdf=false  
b1a9888d4d864972 TRIDENT TECHNICAL COLLEGE 56-R-0109 2016-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egn7f&d=%2Fa%2F3d000000pojP%2F_Qneenfv4G.PdoE5ea7ryrs4Ryg7NtElTMHkt069gdw&asPdf=false  
16cbcfb1cbc605bb TRIDENT TECHNICAL COLLEGE 56-R-0109 2015-02-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfIY&d=%2Fa%2F3d000000pRHq%2F7_Q38TDtTUeNE7B3iuJ_xerlIFfc48tefYZlZmvb6vc&asPdf=false  
6768c8de47f0fd4c TRIDENT TECHNICAL COLLEGE 56-R-0109 2014-02-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggaB&d=%2Fa%2F3d000000pfOf%2F5NZudIisHHjPcCw0VVIanv9ERQJei_2BqiM7v_jWg8I&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 147.31ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API