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 = "71-A-1408" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_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
6281457fa7fea81a Frank Foster 71-A-1408 2023-01-24   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007h6fs&d=%2Fa%2F3d000000z71f%2FCq0ZaaEOc8AcrYK.qOii8.EUef3qmW0qs1zDkQJZxgk&asPdf=false  
5fa2af4ca564febe Frank Foster 71-A-1408 2022-10-27   0 7 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000eg39h&d=%2Fa%2F3d000000pYJi%2FRJOD1DCHR5Jf7g5O1CreTYOMYhojVkzEG5pdlLBMLrs&asPdf=false  
35156ebc5bdc40a4 Frank Foster 71-A-1408 2022-06-21   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxMVj&d=%2Fa%2F3d000000pWI1%2FbE624aLgB1KKvjte6LdSNs.UO7q_JcscuV2deVR7CWU&asPdf=false  
597a0ea27ba8c369 Frank Foster 71-A-1408 2021-06-16   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NhND4&d=%2Fa%2F3d000000pWIr%2FB5c8VY8BQbBaNriXInf..0YRa9PN74mMK6N6u2EmNuQ&asPdf=false  
c4757deea4dac61e Frank Foster 71-A-1408 2020-09-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnnFO&d=%2Fa%2F3d000000pfaM%2FuMf1MgpG_TXr4oClN8wrht4VZEPN3x4WJ47xbyPp4T0&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 4.331ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API