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

6 rows where cert_number = "14-R-0135" 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
32fde0585f6219c0 ABBVIE BIORESEARCH CENTER 14-R-0135 2019-05-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggZY&d=%2Fa%2F3d000000pmiu%2FMCv0Fbi2X5Hou9TRS1_EW1Cn1Y_RspOXBP3Hv2pszKM&asPdf=false  
accc85a9365314fa ABBVIE BIORESEARCH CENTER 14-R-0135 2017-10-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggSM&d=%2Fa%2F3d000000pi3N%2Fw5EfJnayvqM3iM11YAT2L7v8bnOcqOIwNxm3dsYQpi8&asPdf=false  
a2666a7ef08023d0 ABBVIE BIORESEARCH CENTER 14-R-0135 2016-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egh4h&d=%2Fa%2F3d000000poyp%2FJfg5QqXCNvAtqmkZOLfPVU9WJcsN9FTxzQ_GI4oUues&asPdf=false  
50ce01ff740e8bd7 ABBVIE BIORESEARCH CENTER 14-R-0135 2015-12-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghUJ&d=%2Fa%2F3d000000pdjf%2F9RW9E2yf5gK846Sxbj2870WOuGMEbMpqf1XL4hcEroI&asPdf=false  
55a5fd52eef63c3b ABBVIE BIORESEARCH CENTER 14-R-0135 2015-01-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghBj&d=%2Fa%2F3d000000pn2T%2Ffylugan4E4R8BW4SSNbtMoRur2Uhi_fAKn_896pkraM&asPdf=false  
f79e53240a5b8c2d ABBVIE BIORESEARCH CENTER 14-R-0135 2014-03-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi8w&d=%2Fa%2F3d000000pScO%2FoKkxcYudBjyqaXJgb5KzQ96UCCDfMhn7DJrSgQ1SUfU&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.959ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API