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-B-0782" 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
2fe7f281c8bab3ad Andrea Martinez 74-B-0782 2025-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000jep8R&d=%2Fa%2FSJ000005bJqP%2FtKTR06QN40zjc1xwrli71ntASyOUhY4fLceA_N3RM2U&asPdf=false  
785e35c6bf42acd2 Andrea Martinez 74-B-0782 2024-10-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000CDwAZ&d=%2Fa%2FSJ000000ulAj%2FARZNZTxrubl8IR5Fazh_EZK9Qc52Ud1iM9pg2OQLp0c&asPdf=false  
441ead412897f80f Andrea Martinez 74-B-0782 2024-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ0000053N3e&d=%2Fa%2FSJ000000J5K9%2F3FCP8qukhHsrafBQcCFpqUPeJVZB1fllagtgvpb.Bq0&asPdf=false  
c7f57f561893022a Andrea Martinez 74-B-0782 2022-10-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awrlh&d=%2Fa%2F3d000000pW8L%2Fp3Rxbdg63m0r1O902Bs0Pnp8DJ_Ul_CV9RfgqqfBQ6o&asPdf=false  
3f1066cfbbefed31 Andrea Martinez 74-B-0782 2022-01-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9069&d=%2Fa%2F3d000000pW8F%2FIROuzDp27ONraGDGVlKS5nuH6.SriapiNadOguFPYlc&asPdf=false  
16410356c5467e76 Andrea Martinez 74-B-0782 2021-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN4IV&d=%2Fa%2F3d000000pW8h%2FCQCk2BQSmUilQD8Eq0qTiNTQI3QamUGaorcJ.8xup1I&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 186.382ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API