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-B-3517" 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
18e65f6e07c22c15 DEBORAH HUBBARD 43-B-3517 2017-08-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeXo&d=%2Fa%2F3d000000pnz6%2F5We9.4s39BE_WGEoJ1twl.S7o8bmLwaaBlE5J0Imf3g&asPdf=false  
897964ebeb6d3b31 DEBORAH HUBBARD 43-B-3517 2017-08-07   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYA2&d=%2Fa%2F3d000000pfYJ%2Fl7Kxwe.bIyMEg95fNp9ELPT0YXxyxjof5JZSSmIxa1A&asPdf=false  
161c029ff86bbdf0 DEBORAH HUBBARD 43-B-3517 2017-07-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdeH&d=%2Fa%2F3d000000plZD%2FuUZ9rPgE9c2Lujmn5fCFAGePXM50WHtZBx8wZrQq.3k&asPdf=false  
5e2858a7fb3adb56 DEBORAH HUBBARD 43-B-3517 2016-11-04   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxKd&d=%2Fa%2F3d000000pRIL%2Fem3CjVnSNxF0LpCkd1mOuF1OtGKkcmUuJHBU2.RayMU&asPdf=false  
3cf3b71356632f32 DEBORAH HUBBARD 43-B-3517 2016-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfdS&d=%2Fa%2F3d000000pk5r%2FxRHGJorccy15EL2txMQ8aCASjElI9Nn.qLbl.m3a6eQ&asPdf=false  
88e7fe6a069cd1da DEBORAH HUBBARD 43-B-3517 2015-06-01   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVgP&d=%2Fa%2F3d000000phun%2FZpKt_79j7Pnz0kxAmivbEDxxx9L77t08qVhhtm3QL3I&asPdf=false  
2d0aae9ba7eac4df DEBORAH HUBBARD 43-B-3517 2015-04-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm6h&d=%2Fa%2F3d000000pdry%2FNkKmjW7fKVdd6MFSJi33ehoOy_YZgPokRS2EM10gpfA&asPdf=false  
6baab129825e6091 DEBORAH HUBBARD 43-B-3517 2015-02-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege7g&d=%2Fa%2F3d000000pfv4%2FSLV7SXGLXuNVKBTsmBSFVltPmra6griQGjFCMPjTY5M&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 329.163ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API