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

8 rows where cert_number = "43-A-4959" 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
b1564cd0639fd94c BETH NIBLE 43-A-4959 2018-08-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjtk&d=%2Fa%2F3d000000pTDx%2F0weN.yoCTlWhVSW9_Dkwm3RHEBSRRMQFXpoJD10Ays8&asPdf=false  
ce20e6ec1d974c2e BETH NIBLE 43-A-4959 2017-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglZL&d=%2Fa%2F3d000000pdPs%2FmpXennKRQ8C57T1xNV5v1aTT2lml0ZMPLtVL2kvhC.o&asPdf=false  
1e55ee9f7668f2bb BETH NIBLE 43-A-4959 2016-11-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgjNn&d=%2Fa%2F3d000000plGT%2FNuPdG4f7QSHFKuRjG_s6y1gytM5mDUIcb8TL7ZHARR8&asPdf=false  
dffd83dd0516e0fc BETH NIBLE 43-A-4959 2015-08-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf1w&d=%2Fa%2F3d000000powj%2F5ffqYTT7oNjx7BYLIiTdlqE1RQ6NZLbuQ5J20nAQOZQ&asPdf=false  
3e13b55db05cf237 BETH NIBLE 43-A-4959 2015-03-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZtC&d=%2Fa%2F3d000000pnc7%2FRdTgW2LcN_eXPh6JtuUwsLdN2EMtNOdOrSTtqdjm3OY&asPdf=false  
0be1942199c2dc07 BETH NIBLE 43-A-4959 2015-02-11   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxEQ&d=%2Fa%2F3d000000pjqR%2FjhpjK9UTLivRv3AL6n7UljiGxyHIzQO_jiPE2ptD7vU&asPdf=false  
263c69451007fa1c BETH NIBLE 43-A-4959 2014-10-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbCP&d=%2Fa%2F3d000000pTTk%2FyO1yISW4tpJNCbmY5H9y_gtHHu3VabEDffY45hwoAN4&asPdf=false  
7c371631319eaeb7 BETH NIBLE 43-A-4959 2014-09-18   1 3 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERYgH&d=%2Fa%2F3d000000pkrN%2FYs53WJeHRagjxcp9oqJlfaNkIIVl42dmy4uvSF9TgTc&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 356.187ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API