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

8 rows where cert_number = "43-A-4696" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
e66fac1b62b1b811 ANNA MARY REIFF 43-A-4696 2018-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egeth&d=%2Fa%2F3d000000pTSn%2FswBRzGQ4S5ls3EufCH5RRvc99_z7nfCsxr4MbwuLtmU&asPdf=false  
8615b90faa56cb4d ANNA MARY REIFF 43-A-4696 2018-02-27   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwVA&d=%2Fa%2F3d000000pdxK%2Fwo.l64koG1s9a8aRS5lp2DAslDjdt0Zfvqe8h1XOY78&asPdf=false  
9465d5b417577bf0 ANNA MARY REIFF 43-A-4696 2018-01-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdPQ&d=%2Fa%2F3d000000piBU%2FeeMuI.gYlg.j.o2p5Y9HalR_eFdyeu05ZgOqC3Um8fs&asPdf=false  
c84b105f8d6521a8 ANNA MARY REIFF 43-A-4696 2016-10-24   0 3 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVsd&d=%2Fa%2F3d000000pldY%2FqRlY6RKAqD.xdh8p.PIslEkwDfWR1.W3yQhDhJERss4&asPdf=false  
1376f66468fe465d ANNA MARY REIFF 43-A-4696 2016-09-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghM0&d=%2Fa%2F3d000000pmbO%2F4A.e7fKf8y7JdgVB3THv8oLo3o_a8Y4bqjGwAJDtQGY&asPdf=false  
76413ea62f3a659f ANNA MARY REIFF 43-A-4696 2015-07-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZJp&d=%2Fa%2F3d000000pjy3%2FgLs6PGkF3bQEHZvtO7hBw4zd7K.ywYeBuVJW61L6WKQ&asPdf=false  
ab693ca1f8b00e97 ANNA MARY REIFF 43-A-4696 2015-06-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghPi&d=%2Fa%2F3d000000plui%2Fd5g0AlYAIBT2sGKLKjEffTGeY0OCi8o9lpeprux3ugw&asPdf=false  
3f1691b86dc5350e ANNA MARY REIFF 43-A-4696 2014-03-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVvs&d=%2Fa%2F3d000000pk1w%2FUEjbO750WW5y1d_eYDojX48utsjgHpeBogHqQ8Lde6o&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 10.333ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API