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 = "51-C-0088" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
bc51d56b2f102fdd Party Animals, LLC 51-C-0088 2020-09-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000FyFCR&d=%2Fa%2F3d000000pRye%2Fs4DkNKxL7KENOpSDLVaGOar6vwJ6dHe9oXb4mxMdtK8&asPdf=false  
1a6ca344b6abcca9 Party Animals, LLC 51-C-0088 2019-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcuV&d=%2Fa%2F3d000000pXUy%2FRKilClTCHhjCPBtB6AbqRyISuK4VJz2kEWWmwImIMd0&asPdf=false  
362509b69c24edc9 Party Animals, LLC 51-C-0088 2017-11-21   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdIs&d=%2Fa%2F3d000000piNb%2FqVPeXYZeaw22AQLeoGLRSynn8vQPnuEos2XZvdHIPq8&asPdf=false  
92b546c227ee1b55 Party Animals, LLC 51-C-0088 2016-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd2O&d=%2Fa%2F3d000000pXVD%2F2eOhAWVZlPJqJfxVmj7xX89DaWIXMm_SFFHPlV7sWbg&asPdf=false  
a3e76cd5b503fc5c Party Animals, LLC 51-C-0088 2015-10-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd6C&d=%2Fa%2F3d000000pX80%2FXuVE6w7c1Bjh5PsyXLWKNnJCFO7kOkEvgE8_cqQs8QI&asPdf=false  
e9c38ea5de67b8e3 Party Animals, LLC 51-C-0088 2015-08-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egb5I&d=%2Fa%2F3d000000pfQt%2F_U00skV2JK9609aOHah9KAo_oL7LJb3jMqpPI2JVb5s&asPdf=false  
3af242b58b201e71 Party Animals, LLC 51-C-0088 2014-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdLV&d=%2Fa%2F3d000000pS1H%2F3ol2scqjgPok3se8lYk_Kjwg_SJJu1gD7cbL__i741U&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.584ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API