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 = "43-H-0062" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, direct_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
93a4ffa26474ccd6 DEBORAH HUBBARD 43-H-0062 2021-04-29   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh3oT&d=%2Fa%2F3d000000pRrm%2FtwNHheUNdLBaW7HTlFStM9CWLhhRy5WgUf_A0bRJ6hM&asPdf=false  
fb81972e98a8ec65 DEBORAH HUBBARD 43-H-0062 2021-03-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESXVl&d=%2Fa%2F3d000000pXKC%2FROlE9fZZyufJmuPc1KbohAcHhVXhIaiaNE9fs5h754k&asPdf=false  
b6e099118112d50a DEBORAH HUBBARD 43-H-0062 2021-02-25   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESVnd&d=%2Fa%2F3d000000pjLm%2FFmbqk0d4qLJzAr_AIyWre8sLp9F6RTUY4fbltxzRCRk&asPdf=false  
6c25f8bc33a0d1ee DEBORAH HUBBARD 43-H-0062 2019-07-01   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZHt&d=%2Fa%2F3d000000pSUD%2F8_VSZQgxt54LzxuziAhzyuwxp5rVEaNo1Yllp1Tjo68&asPdf=false  
eca3ce9ad3094c96 DEBORAH HUBBARD 43-H-0062 2019-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglkj&d=%2Fa%2F3d000000pUgm%2FVZDbMmtQphfkJHn8vvcHWIk6q1nZylr29YkJcYk9OGs&asPdf=false  
460050434cf74e8e DEBORAH HUBBARD 43-H-0062 2018-11-26   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg92&d=%2Fa%2F3d000000paqZ%2FZl6YIIMR9ZAp.PrFRouZOv535hRc4CcDFz_bmNQPDJA&asPdf=false  
5497514a6c438629 DEBORAH HUBBARD 43-H-0062 2018-10-03   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeMd&d=%2Fa%2F3d000000poF5%2Fvt02C2LCoQqxFzoJ6ioIicszkkWnt70dvqM90yk0pH8&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 195.471ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API