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

9 rows where cert_number = "42-T-0015" 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
41a7d5f4fd041c50 Debra Pratt 42-T-0015 2024-04-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D6kEv&d=%2Fa%2F3d000002nC7B%2FdX0L9jJtvwDbjvECn9iRbu1s4Fl5H7wP2gmlrgBMdpM&asPdf=false  
ff6798706aed83d9 Debra Pratt 42-T-0015 2024-02-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CNgfN&d=%2Fa%2F3d000002Xobp%2Fwow99BC2feO3ewQbnr2jKx98gEgh4njC_01K_GjDeAc&asPdf=false  
c6c04bd1724c31b1 Debra Pratt 42-T-0015 2020-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego4e&d=%2Fa%2F3d000000pRgj%2FzucCzNJwESdrmGici8KDhvYsihnKjJUAzM4QkMAdwpE&asPdf=false  
92c5398aeeb422a8 Debra Pratt 42-T-0015 2019-07-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjFe&d=%2Fa%2F3d000000pfjY%2Fu3YluvRmdi8I1L_gUpTHx2_d36D4YAiYZw5IeJtCocA&asPdf=false  
f889d583f9b8046b Debra Pratt 42-T-0015 2018-12-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglYf&d=%2Fa%2F3d000000pSyD%2Fr20Dj_yHypJtk.zYwNGbAE9GE54XMHYOKdQ0yL1qT5M&asPdf=false  
089e818c64e3dfcb Debra Pratt 42-T-0015 2018-08-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd98&d=%2Fa%2F3d000000poTa%2Fy5606Q2KYlPukUV4TGbLlA7xIhW.F6O8GahanutLKmc&asPdf=false  
b02d15ca3dea1616 Debra Pratt 42-T-0015 2018-08-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgerJ&d=%2Fa%2F3d000000pfVN%2FxSkTe3n_yTSiUZMNKeM9WGugeqJfJ33IMfrcRs_aAMg&asPdf=false  
3b5973c824dcb6e3 Debra Pratt 42-T-0015 2016-03-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnjO&d=%2Fa%2F3d000000pf28%2F7w7WKbcdcLdJmzoKKjv7_Kf20Fmm3ahg894u_E0yWeA&asPdf=false  
675cd065c207fa75 Debra Pratt 42-T-0015 2016-01-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egkb0&d=%2Fa%2F3d000000pnXV%2FByaS.AFOM4TlmgJOa.CmRDZKUs4ocWOXoqHQ3J8Eav4&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 6.101ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API