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 = "41-C-0291" 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
b65ce957e9ced1d2 CHILDRENS MUSEUM OF SOUTHERN MINNESOTA 41-C-0291 2021-10-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V87Wv&d=%2Fa%2F3d000000pm2v%2FWHh9_QBj7DSIDA9w_NX8ACTIMj09rNuCaZZDqRwOCaA&asPdf=false  
4ddb4faa93c98a22 CHILDRENS MUSEUM OF SOUTHERN MINNESOTA 41-C-0291 2020-08-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkS6&d=%2Fa%2F3d000000pesp%2FXeOEo88egNV7y_FT2ZInvllDkYmhbfUr4ssFcE5ZoWw&asPdf=false  
4c9a3b05fce2a3de CHILDRENS MUSEUM OF SOUTHERN MINNESOTA 41-C-0291 2019-06-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcR4&d=%2Fa%2F3d000000pnZH%2FBiQNJkvTL2xJQZAKBrXBLwHL0U5Ttf4E8WOwo63h_KY&asPdf=false  
12576e812c8df34f CHILDRENS MUSEUM OF SOUTHERN MINNESOTA 41-C-0291 2018-08-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbq0&d=%2Fa%2F3d000000pfb9%2F187IMpMq4ScY6xJkAv_w7PXpAMrwTV5_ctMzu1H8FG4&asPdf=false  
fde88a84913a9ed5 CHILDRENS MUSEUM OF SOUTHERN MINNESOTA 41-C-0291 2017-08-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdPf&d=%2Fa%2F3d000000pi1v%2FsOoUWoHVgXO.M5Ew7E9zdTV6y4pcjC_oN7xF5B1r48A&asPdf=false  
b63de391c6ac1276 CHILDRENS MUSEUM OF SOUTHERN MINNESOTA 41-C-0291 2016-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmqp&d=%2Fa%2F3d000000pfSC%2FexzZTJtm.B_8X_FLB7a6AWk.38.qi10l2WXNyG0fVsA&asPdf=false  
2c4db91d33b6a028 CHILDRENS MUSEUM OF SOUTHERN MINNESOTA 41-C-0291 2016-07-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaau&d=%2Fa%2F3d000000phxh%2FHnSpF2OU9pwnZdBvYIrHEKfluY_FK9c06DEyJMQu3tM&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.081ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API