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-C-0241" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
fba3dd565f8cc34f Christina Snider 73-C-0241 2024-04-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000D6W4U&d=%2Fa%2F3d000002n77m%2FWbXODIyku.jE.ZFTTEXUSXmnVAgV3l9i4hiz2mmmxj4&asPdf=false  
f7e2101587396287 Christina Snider 73-C-0241 2023-09-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AFJEO&d=%2Fa%2F3d000001xEgQ%2FgCUd8MiMSZp04IDh53v.kff5OKJJ0YPAtPbUgvjOfmY&asPdf=false  
d0b91cdc034af281 Christina Snider 73-C-0241 2023-08-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009c2dg&d=%2Fa%2F3d000001eKxO%2FNZCXOd6uOyOatXAXZtH51dS5UQcRGyiu1XCHhsPAut4&asPdf=false  
334ba8b51f93ca21 Christina Snider 73-C-0241 2023-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007ujkb&d=%2Fa%2F3d0000012x8V%2FvGltx978C5aqTtYrq6lnWnOR6sxvilGWBJKIHVENEp0&asPdf=false  
3e0b6f9cc7237d11 Christina Snider 73-C-0241 2022-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxZh8&d=%2Fa%2F3d000000pipZ%2FFd5d_T9CVsOE8_9HQVVIY074Q7LvNKbccn.LKySJpFQ&asPdf=false  
59b57f95dfe085f7 Christina Snider 73-C-0241 2021-08-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMswR&d=%2Fa%2F3d000000pipe%2F72mFPwRyWBFn6mb5oGT6dxaXlWGVoKMc6ykNxOgt.Do&asPdf=false  
b7251beaa4d48b35 Christina Snider 73-C-0241 2021-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESfHA&d=%2Fa%2F3d000000po4C%2FaailGUvGpkjYIBqHnV0TABdFdhCfPjqA5EOQULEKbEs&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.965ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API