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

6 rows where cert_number = "43-C-0357" 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
f75f75d44e55f154 IMPACT MAGIC L L C 43-C-0357 2017-04-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiYl&d=%2Fa%2F3d000000pXIs%2F5gltERZNxpJMM2mNYkOrOy.KlDZ_CBr6spcA2S03v1Y&asPdf=false  
6cc082d9d5a38296 IMPACT MAGIC L L C 43-C-0357 2016-09-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeo1&d=%2Fa%2F3d000000pRgx%2FCDWPRenqWirQ4yVvctVu2ULYosghm3FojCFbLaYKgg4&asPdf=false  
433e40d028d0c9e9 IMPACT MAGIC L L C 43-C-0357 2015-11-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh5g&d=%2Fa%2F3d000000pi00%2F2ILg4bcQ7G3mxSJzTjTrD14DP49Dm09x_emT1Bn.S8g&asPdf=false  
eb4662c2d5b2e6dd IMPACT MAGIC L L C 43-C-0357 2015-10-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeRC&d=%2Fa%2F3d000000pWYF%2FJq4YLV6WuqpAuoVOao_8ojHmT3igEHNlThwOQeGKN_0&asPdf=false  
81f451e18d0236a2 IMPACT MAGIC L L C 43-C-0357 2014-10-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnN6&d=%2Fa%2F3d000000pp5g%2FLmjQL2DcBqz79TEKC_fwedLB6sPyPTO7ZCzL68ah.oM&asPdf=false  
58808da3305602e9 IMPACT MAGIC L L C 43-C-0357 2014-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgahC&d=%2Fa%2F3d000000pS98%2F6aLOBWm5Ws2ftiC9uveurrwIXtBu4QAyg.yj_tNurhQ&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 1330.085ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API