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 = "57-A-0206" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
7fb70786f939135f JUDY HULETT 57-A-0206 2019-11-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfBT&d=%2Fa%2F3d000000ppBS%2FixXlQWqKomcW1ajr2In2.vSMpF7VrjGvoX6zFmsizg4&asPdf=false  
0d2149c806e10fb0 JUDY HULETT 57-A-0206 2019-06-04   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx7u&d=%2Fa%2F3d000000pnsJ%2F07X6eYWg68ZdhylcQGfJ7cKDqi44vLbK77MiWL9gXPY&asPdf=false  
9bb6333462bcd14f JUDY HULETT 57-A-0206 2019-03-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egj2T&d=%2Fa%2F3d000000pmqi%2FK3meO2D1Oi4qmLmZzUBO99Y3JVzlr1lCH7.UNZ4oKqY&asPdf=false  
9999879249058e27 JUDY HULETT 57-A-0206 2019-03-05   0 3 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwK5&d=%2Fa%2F3d000000pTUV%2FZqjV1j.3rSl2paq1ZYPZh0rfZIqKq05j.RTwogYSZKE&asPdf=false  
18160e2d389e7c77 JUDY HULETT 57-A-0206 2016-03-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZf8&d=%2Fa%2F3d000000pRcy%2FCSaTyhyT_pxygMj4x0s3yc2OP54ZwrBrVHQwRh8HhD0&asPdf=false  
f4e837395cdcbdf6 JUDY HULETT 57-A-0206 2014-06-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXq1&d=%2Fa%2F3d000000peyx%2FKMUjRoGzuFYCOKjCSXfKNrcE8KtYEZbEteF3dFNqS40&asPdf=false  
d3e6bbb7223f2000 JUDY HULETT 57-A-0206 2014-02-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZE6&d=%2Fa%2F3d000000pkQf%2FcRSfkaZagqrwP4uaYcgKiGtyHlu8dRH42rUzmVRYiSk&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 39.551ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API