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 = "74-A-1533" 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
249746b662cde525 Cathy Hart 74-A-1533 2023-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dlGL&d=%2Fa%2F3d000000yFeY%2Fi4fv_8.5.A3sczJhDM4SahF1WivWkhiDxnGTa9.oDgc&asPdf=false  
1892b9a549647718 Cathy Hart 74-A-1533 2022-06-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxNr2&d=%2Fa%2F3d000000phiP%2FMHualVIKWyOHtppTL_MJhh6OwfU3vvtKGu7mlw.nZZ0&asPdf=false  
bd80313fb5114f29 Cathy Hart 74-A-1533 2021-11-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8m30&d=%2Fa%2F3d000000phhq%2FexX.0nWJSmXRcJzBeM2inMvVabMtqXK14df2hK.DB9o&asPdf=false  
bd518c062bdd15bb Cathy Hart 74-A-1533 2021-07-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMTV0&d=%2Fa%2F3d000000phiO%2FbYr0wMEpWw02jVYxMdC1SisOwd85Gc7lWQlXNy2tEKk&asPdf=false  
e0be47cd414d72ed Cathy Hart 74-A-1533 2019-02-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjNA&d=%2Fa%2F3d000000phjJ%2FIh_g5EIy0UCNV2D3Ufp3besP4ZWNnvwTitcBu.S2xEE&asPdf=false  
8c470c88d266d5a1 Cathy Hart 74-A-1533 2017-05-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcvN&d=%2Fa%2F3d000000phi8%2FMQfH2TopwUADQLX7tdaJKzX9tQ6vxe.IrvgURMmS4OE&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 569.416ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API