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

10 rows where cert_number = "41-R-0008" 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
aee9b2bf31224d23 3M Company 41-R-0008 2024-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000CAB9w&d=%2Fa%2F3d000002Uz0K%2FhoV0o9Z3l0ANPyg6Tf5UrQSkRnUEP6iNvFKen4tjLNE&asPdf=false  
b8189afdf08c35ba 3M Company 41-R-0008 2023-02-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uMuH&d=%2Fa%2F3d0000012og7%2FTzsuxDgJkSUhHXDXUlITB7_5z0kVHerKfsn2usCkjm8&asPdf=false  
5b1453349765471b 3M Company 41-R-0008 2022-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V93Y5&d=%2Fa%2F3d000000pgwA%2FbW6ojp4Uzzgzg1awFcYyu7lr49FlwU_pXKEmxiFMIVo&asPdf=false  
3bced04e0e7a746c 3M Company 41-R-0008 2020-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyQfx&d=%2Fa%2F3d000000pRkc%2FOP60CMVKHu.qJwSZoYJ6Xi4es_hSBxBvVbd6BNV7r7k&asPdf=false  
0dc38a6bfabf855f 3M Company 41-R-0008 2019-12-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmnN&d=%2Fa%2F3d000000pkpe%2FOW2k6oAIOHdl51MN5iIIcq8LnKCfEO.S5V3QEGb4N6g&asPdf=false  
3e252aa460b26a40 3M Company 41-R-0008 2018-10-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcaM&d=%2Fa%2F3d000000pabx%2FlUCZ0e7jp34SMIajm07egNVREyeufWzTfPrbj7r4yNE&asPdf=false  
748b0723708f7f93 3M Company 41-R-0008 2017-10-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgenQ&d=%2Fa%2F3d000000poke%2FBLbJIe6GZ9tjks59o567j0TUIaAafmLWzVrhx3FYEcw&asPdf=false  
0c1587ce3b22dcee 3M Company 41-R-0008 2017-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf6p&d=%2Fa%2F3d000000pm4u%2Fq2RB8R3EwyydTGWstnjyK1.m1.mnRs8xCO3MoI1kt8s&asPdf=false  
6568eacd4a08cac5 3M Company 41-R-0008 2016-04-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeC1&d=%2Fa%2F3d000000pnYV%2FOIcG6fbaI8uRZrAEg2M_KICWI.UcWKnJnA8b2djpk1U&asPdf=false  
acf4cfbc4e5d6df4 3M Company 41-R-0008 2015-03-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdht&d=%2Fa%2F3d000000pSHk%2Fmb_l6ur6YgS74jBzXqDdawek1LIn6q4DfqUxAv8P1F4&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 6.661ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API