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 = "42-B-0319" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
253a7e7b4263fcfb Valleyview Premium Puppies 42-B-0319 2022-09-12   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awDcr&d=%2Fa%2F3d000000pZRE%2F3MtyPPoiut_t0FQUuAWodm5qIA_wlOEnSyMzFnw3wx8&asPdf=false  
1cbfec2fe639a879 Valleyview Premium Puppies 42-B-0319 2022-07-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxWuo&d=%2Fa%2F3d000000piig%2FRQpZCjYkqfYDPcB2NXVkGUJmG4cwvJcCWlBVRo3WcP0&asPdf=false  
22b95d1c43f3309d Valleyview Premium Puppies 42-B-0319 2022-06-08   0 5 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxDH4&d=%2Fa%2F3d000000pVsZ%2FDUrTYuPS7_5zB3rATSdUpwlBjAtnpj4FYoE.AGJjMg4&asPdf=false  
9b3a0fe54373ca0f Valleyview Premium Puppies 42-B-0319 2022-03-15   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Zvm&d=%2Fa%2F3d000000pZ8r%2Fp3BLJRu5q6D0sL5MrHxeWtASJKi7VlQuPtbsumPe71M&asPdf=false  
c4d03d5f42e68a5c Valleyview Premium Puppies 42-B-0319 2022-03-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9TcI&d=%2Fa%2F3d000000pZ8y%2FasR5Ji70Z18jPWbxkQVNb.6pXjVWyQyON4hfwISJyzU&asPdf=false  
08e4af35e710dc34 Valleyview Premium Puppies 42-B-0319 2022-02-28   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9QsR&d=%2Fa%2F3d000000pZ8e%2F7OV_mZtH5K3whLqcnmGTaow1QhvBWIHZ8hF8LTy..SA&asPdf=false  
c9833269147a8d20 Valleyview Premium Puppies 42-B-0319 2021-04-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ngj8m&d=%2Fa%2F3d000000plJP%2FsJeGnodRztzt_.fr0QZQ5dbS3V2CP1LBKndPvskvc30&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 296.757ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API