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

5 rows where cert_number = "84-B-0127" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, direct_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
0c2c40cdad198698 JURASSIC PETS L L C 84-B-0127 2015-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYHu&d=%2Fa%2F3d000000pWde%2FpcJ9qDShPCSwN_xhx2XTaJYccimGlSh1bFSKoOZPqEQ&asPdf=false  
69ba611d1260435b JURASSIC PETS L L C 84-B-0127 2015-02-03   1 5 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYZT&d=%2Fa%2F3d000000pSZN%2F35KJq9Ba0qisNb6NxD87rjBjxQhbjtsgDHztE3SWV6M&asPdf=false  
a8b443058d8b20f4 JURASSIC PETS L L C 84-B-0127 2014-11-13   3 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYgy&d=%2Fa%2F3d000000plqL%2FO.BjaoU01dnrOVfINfklo2MJQO4fp6gTd4g8I15qo7c&asPdf=false  
659e19d20a1e7517 JURASSIC PETS L L C 84-B-0127 2014-10-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWsG&d=%2Fa%2F3d000000pRaw%2Fgn4vdloPjoRcxCo13hznXz2znuM3H9awJOPr1QWKIqU&asPdf=false  
f6ce4ee4f9551449 JURASSIC PETS L L C 84-B-0127 2014-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYyQ&d=%2Fa%2F3d000000pdl0%2FRTad_xqcVX7n6MIJO4XTTkNxAkP14Jw6coSLlSZybOc&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 494.967ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API