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

4 rows where cert_number = "57-B-0176" 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
85ed449f402011fe SOUTHERN DREAM PUPPIES 57-B-0176 2022-05-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwqYY&d=%2Fa%2F3d000000peTm%2F60A4ERRwfBLfZ2FqQ9SiKgVYUAOgePVTPva60OUKKsU&asPdf=false  
ab86cd403e3d6646 SOUTHERN DREAM PUPPIES 57-B-0176 2021-07-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMaDM&d=%2Fa%2F3d000000pe8y%2FUITtKxrtqiK0J3SbTGeoHw6MSyQkXCjqSXppb21cYHE&asPdf=false  
2e9909a3fb5d4fc2 SOUTHERN DREAM PUPPIES 57-B-0176 2020-01-22   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdxN&d=%2Fa%2F3d000000pe86%2FOqXqPzOpbi.xa.505MzTv7QF8fyuvHdH6bhBRnHbt_A&asPdf=false  
253cb2d3305359c9 SOUTHERN DREAM PUPPIES 57-B-0176 2019-07-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZJZ&d=%2Fa%2F3d000000pe8G%2FNJqKFk5bgXTZzb1Z.2gay6vZWMxAlFJB9YIujYlOBOE&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 327.335ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API