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 = "63-C-0210" 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
3b314ec911d4f18d HANDS ON SCIENCE CENTER 63-C-0210 2018-03-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggxu&d=%2Fa%2F3d000000pWiv%2FfUke3fdheFgn4HyVG84wfdujEwniu8MAEXSgEPp0orM&asPdf=false  
fd9428761b5ccce0 HANDS ON SCIENCE CENTER 63-C-0210 2017-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfEU&d=%2Fa%2F3d000000pn3A%2F8MtFAqXIBhOnWcGL2t0oRq.bKZg.nxCemtDJotpelB4&asPdf=false  
0debb204578c75cc HANDS ON SCIENCE CENTER 63-C-0210 2016-01-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfOI&d=%2Fa%2F3d000000pnaF%2F9S2c4NYx6uG0arCJo5nJMY3FtgckhC5VNdTfo51Am84&asPdf=false  
8b450708dbd522df HANDS ON SCIENCE CENTER 63-C-0210 2015-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdGL&d=%2Fa%2F3d000000pV9G%2FUGvcR55gyvRNB5ZgklQ5auGrvRQDPd0N.KfIHoGexto&asPdf=false  
a5fc094e01358650 HANDS ON SCIENCE CENTER 63-C-0210 2015-09-29   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWVg&d=%2Fa%2F3d000000plC6%2F4ibLARZmozl7ceseYUuOfxxE.GlnW57QL6VlpnMrJ2c&asPdf=false  
d3dbfe7bd6e5077a HANDS ON SCIENCE CENTER 63-C-0210 2014-09-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXqe&d=%2Fa%2F3d000000pTQT%2FdiMS.q4y_nzcvxNC4XH0ev5mnRqWpQAk8BlijVucKcU&asPdf=false  
67eb2ae0c0162ed0 HANDS ON SCIENCE CENTER 63-C-0210 2014-06-19   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZTN&d=%2Fa%2F3d000000pjjP%2Fd19_CWR7m4mUGEBsg78eu7Mk9YivIR4U2EfZgT_ziX8&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 391.865ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API