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

9 rows where cert_number = "41-C-0290" 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
61f774a32a7547eb The Nature Connection) 41-C-0290 2024-06-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EA38W&d=%2Fa%2F3d0000035N6Y%2FZZe6dc_aOZf5kx7pM3QLIW8_hrG0mMsMoAOzqwRRF38&asPdf=false  
3270f007f75dcc89 The Nature Connection) 41-C-0290 2022-07-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxfV5&d=%2Fa%2F3d000000pj6R%2F3qEP1YZgFW.69v.dbXz5U.IyC9wNWes0njlBNanDLho&asPdf=false  
7a50d4beb7f57b4a The Nature Connection) 41-C-0290 2022-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9MWH&d=%2Fa%2F3d000000pj44%2FPkDPE1zV0AO9UPmdUFy._PcPaL1Ly5m5EPU9RZq6sq8&asPdf=false  
923b93ada61102a2 The Nature Connection) 41-C-0290 2020-03-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghMa&d=%2Fa%2F3d000000pj5U%2Fgb0XYv.wViyklqwjYliuQ9hbF5951U1n9hGvHOOB160&asPdf=false  
01845f4ef40ffb81 The Nature Connection) 41-C-0290 2020-01-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdag&d=%2Fa%2F3d000000pj4y%2FCbfmfXg3QsHBcPeCVz_Jj.P6wSJTJbeahat0YVuuqaQ&asPdf=false  
4a02368044629aa8 The Nature Connection) 41-C-0290 2019-02-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYu8&d=%2Fa%2F3d000000pj4P%2FFKPiwW3RVRh8xw84SumBUag7aD3dZ7HeWpvyKTeC..Q&asPdf=false  
d6ed249576354e4b The Nature Connection) 41-C-0290 2017-11-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfE9&d=%2Fa%2F3d000000pj4z%2FbILsEi1BHaM3M8lDILfPTq8vOqUrkh_Hk14_KtsJfgc&asPdf=false  
502568eabd4c85e2 The Nature Connection) 41-C-0290 2016-11-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfFx&d=%2Fa%2F3d000000pj4h%2Fd7UYTp25uDnZwBviKh19YKz7tPcKLif_0RRfJuTyBCA&asPdf=false  
83c7fb75b6f0fc4a The Nature Connection) 41-C-0290 2016-06-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZYD&d=%2Fa%2F3d000000pj4s%2FaSHBO2A_7Nx1TxSP.BAsYngdiWyl5JY4sBJCq1vdojo&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 574.55ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API