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 = "64-C-0217" 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
b57dbeb79e19c820 6TH DAY CREATURES L L C 64-C-0217 2019-06-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc42&d=%2Fa%2F3d000000pkZ3%2FtrDXVOdR.vJ9X4.hhkApnFr9CdXpIKaKzvsq2nt1354&asPdf=false  
100eefd9a068dab6 6TH DAY CREATURES L L C 64-C-0217 2018-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZyq&d=%2Fa%2F3d000000po4t%2FBmxCixgoMZoO3_J50IAIihVlMHru8WHUrrwwMIMOOlY&asPdf=false  
91fef338fb6f9f27 6TH DAY CREATURES L L C 64-C-0217 2017-06-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaem&d=%2Fa%2F3d000000pjnG%2F1VkgbC78O1MRnOlm1BRMdPnjiKQJTA4AMHhCv9wSzPs&asPdf=false  
517056e15da0b0c3 6TH DAY CREATURES L L C 64-C-0217 2016-03-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbe4&d=%2Fa%2F3d000000pTOa%2Flm7Sec0gOG0BHSTMveOtI39IIhtON4tdyCY9HLghiDw&asPdf=false  
fdf6c67ee53895df 6TH DAY CREATURES L L C 64-C-0217 2015-04-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXgg&d=%2Fa%2F3d000000pTJ9%2FGkSjKygWmY34sPvvK6C91zEl9OIeV1MfeUD0rotYjCY&asPdf=false  
717a9c926602fdfc 6TH DAY CREATURES L L C 64-C-0217 2014-04-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbyF&d=%2Fa%2F3d000000pohb%2FGVe3OwpSPhpE6kH2ofwBG9IQfKblbuvODgrXlchWS1Y&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 402.37ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API