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 = "73-A-2528" 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
0211d859256891fd Brenda Unger Bryan Unger 73-A-2528 2021-04-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ETupv&d=%2Fa%2F3d000000pkAl%2FVrgXT1zTNUvCQYSZulBq.z9x8Vo6qH9TGIAtJOuRJr8&asPdf=false  
4a8b6179f16283f4 Brenda Unger Bryan Unger 73-A-2528 2020-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeYW&d=%2Fa%2F3d000000pfcw%2FbNsFv1BAxNoM2VhdrjWl52GeWK06B7kadAaz42DZoTE&asPdf=false  
652faa205a9b665d Brenda Unger Bryan Unger 73-A-2528 2019-02-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfyN&d=%2Fa%2F3d000000pi7r%2FUmiPYWcpiKg57eCxEGu_eCFFeDqFvXClPpFXVb86y4o&asPdf=false  
cb4c85feed9d900d Brenda Unger Bryan Unger 73-A-2528 2018-01-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgezX&d=%2Fa%2F3d000000pWXG%2FwyCqo4PuGk_G2Ei_kgurPeHSjmhgoKKCQIAvWc74gPY&asPdf=false  
08857c20009a010c Brenda Unger Bryan Unger 73-A-2528 2017-01-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfdQ&d=%2Fa%2F3d000000porD%2FFSqNnAj_r46CAkch79JDVKXr7stUYlXJ4jnptAkfhZM&asPdf=false  
79ff49fdc1872188 Brenda Unger Bryan Unger 73-A-2528 2015-12-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfDH&d=%2Fa%2F3d000000pXEm%2FW.6lS76lX.Dqa8X_hfdyjlMq5AjB65bGLu7TEzu8wqE&asPdf=false  
7bd6fdba89362390 Brenda Unger Bryan Unger 73-A-2528 2014-10-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfeP&d=%2Fa%2F3d000000pX8T%2F3kvr5mZ50tI9nll2CH48i0aJ2mYYf6waQlvdhWoiW5A&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 128.97ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API