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 = "74-C-0630" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
a3c611e036657a5d Andrea Mc Cuan 74-C-0630 2019-12-12   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbgI&d=%2Fa%2F3d000000pRLQ%2FimWxb_PZB5dJCehUJxOMWhTAyOzr6QN9jhoSAoywbdQ&asPdf=false  
83daaa0ccbe779bd Andrea Mc Cuan 74-C-0630 2019-08-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggNM&d=%2Fa%2F3d000000pUqN%2FZVVnPr_NtaakzHiBVTOGCV72UZZSEUOTpqDjQ2MAwuk&asPdf=false  
05a3ed1596500825 Andrea Mc Cuan 74-C-0630 2018-07-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc0T&d=%2Fa%2F3d000000pSSD%2FiU8D.yDUTBUiTaA7Gdj7D7c3s9QBtk0QaJCrABUEiPw&asPdf=false  
8fd383fc29f5604b Andrea Mc Cuan 74-C-0630 2017-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbiB&d=%2Fa%2F3d000000pnW1%2FPuOGJdDeby8pI26FzZQ6A3Jca8QqzxoAuXUwT6nBEQU&asPdf=false  
4b9f51a119338a50 Andrea Mc Cuan 74-C-0630 2016-04-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb0U&d=%2Fa%2F3d000000poD9%2FioxcnhC4BDVSPF_C.CmaqecJnWsNbtoUkkTiDg0ytu8&asPdf=false  
05f8c0393b5285c6 Andrea Mc Cuan 74-C-0630 2015-03-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbRM&d=%2Fa%2F3d000000po9B%2FnTTFip4kslUbrD2rDMODmeBWk7NfrNFt4xXir7ju8Mc&asPdf=false  
26687d5135082ec8 Andrea Mc Cuan 74-C-0630 2014-02-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcIN&d=%2Fa%2F3d000000pnWG%2FGAcCHDCX1FQmj0IBry_zsG1CGjLW2bAFJhnGN2tGStg&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.749ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API