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 = "34-C-0033" 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
540bc1517fb2e58d Kalamazoo Nature Center 34-C-0033 2019-05-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egffe&d=%2Fa%2F3d000000pT5B%2FwLBtDCqX6sgkRn3bHjSC_XFs7zjauMg11AdZadZ3PC4&asPdf=false  
4280ed92fd212831 Kalamazoo Nature Center 34-C-0033 2018-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdH1&d=%2Fa%2F3d000000piDs%2FoIK6IBayJwWDqYomo7TmAr3pznxLxTE2eR4ifXaXMEo&asPdf=false  
b1dd81e28feb4c82 Kalamazoo Nature Center 34-C-0033 2017-06-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcxW&d=%2Fa%2F3d000000pi3d%2FTNu7LsBWI._yTZ.SlHEFvnAxHwaymGyFIxe4rjDElqM&asPdf=false  
ae510f000da8bebf Kalamazoo Nature Center 34-C-0033 2017-04-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc9U&d=%2Fa%2F3d000000pSSl%2FA3YSmLfPKnBD7Ojk319zLJY.7QqdSGVJ4_q_WBsdz1Y&asPdf=false  
34d04da1d5dc46d4 Kalamazoo Nature Center 34-C-0033 2016-05-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcME&d=%2Fa%2F3d000000papA%2Fk5MV2pg8kGLiyRo_wPdsNBphcz5qBKxms9gvKHMkCkk&asPdf=false  
fa38842bbd771ea0 Kalamazoo Nature Center 34-C-0033 2015-06-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbk9&d=%2Fa%2F3d000000pWWL%2FqdKRi65xE21gGs8XSBy2yCQrT9l716n57yWdrm6wVCE&asPdf=false  
a5897613d8a50c4e Kalamazoo Nature Center 34-C-0033 2014-06-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc6n&d=%2Fa%2F3d000000peqh%2FgMGwoWwKUvJEtKEazNgzNs0OBtoUdaCfF1Q50.N8gG0&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 338.137ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API