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

5 rows where cert_number = "42-A-1524" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
b3618f283fab58d8 DAVID NISLEY 42-A-1524 2021-08-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PMoW9&d=%2Fa%2F3d000000pfSe%2FNz1yHh282nYbvwnrUBwmOPbIwZS9dDAkmIfJzbypE3o&asPdf=false  
e7d7508466a9801e DAVID NISLEY 42-A-1524 2016-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdtW&d=%2Fa%2F3d000000posW%2F9Eeb9.2I6ixSzqzT8xySXB9o4OayNJ1Ma4X7rG2taOU&asPdf=false  
d9760dfb77ab3123 DAVID NISLEY 42-A-1524 2016-08-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbQk&d=%2Fa%2F3d000000pWN4%2FYd9XSL_xoyz5Ou3ABjxtpysGoL2Fbao4cz1g21yEIDc&asPdf=false  
2854c326f72d780e DAVID NISLEY 42-A-1524 2016-08-02   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgW5q&d=%2Fa%2F3d000000pkeH%2F4hyjDFo61yljupFWBlE6elMUbCAC2S7LRtJkGgTXEvk&asPdf=false  
eae65224d4d1de5e DAVID NISLEY 42-A-1524 2016-02-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZfS&d=%2Fa%2F3d000000pWwR%2FTTwpOLgp1jLc4fW76Gaf0uoKCAWAracfuzD4KZIPG9E&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 64.62ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API