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 = "55-C-0291" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
9a57289556a39b42 Gail Mirabella 55-C-0291 2022-03-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Z86&d=%2Fa%2F3d000000phBB%2F3VXqN.6gwdU_4SlLXrwhFjNoa8yfsuetsjBV7wUo9yA&asPdf=false  
00ec5329ecf74a36 Gail Mirabella 55-C-0291 2021-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh57H&d=%2Fa%2F3d000000pl97%2F0jKrv.oTSZ3WfZ09ZIN39qzha0r1JiV1qAG7AxyuIV0&asPdf=false  
45a900500affce75 Gail Mirabella 55-C-0291 2019-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdk3&d=%2Fa%2F3d000000pauY%2F.WIEdwN9_rbnuiz18pEmrIEr0BAP6lrfh9m6EsCzA50&asPdf=false  
6e3434d186807719 Gail Mirabella 55-C-0291 2018-08-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfoQ&d=%2Fa%2F3d000000pSVN%2FsiGIosMJtQqwDWn6nDzQWlbKF8pjX5eRNN.yEiUv_0U&asPdf=false  
3d594c978cba50c1 Gail Mirabella 55-C-0291 2018-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjup&d=%2Fa%2F3d000000pdQU%2FMj5WTwuNX49nUHy_adXerV32oj8K6tkKU4OAZzPe9Do&asPdf=false  
ec92940905403d07 Gail Mirabella 55-C-0291 2017-04-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkGl&d=%2Fa%2F3d000000pnzS%2FvX3OZWjoUId7CGkDUz.ZAT0Og48bQqICrmNutoJKG30&asPdf=false  
bb572fc29a8811be Gail Mirabella 55-C-0291 2016-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbRA&d=%2Fa%2F3d000000pnc3%2FqH3S4xk.2Wb9y3yeTPkKQTHiJGwuz5sUL5..izP8U2k&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 4.85ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API