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 = "86-C-0122" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
1aa0ff4ca8a3dee0 Patricia Enloe 86-C-0122 2021-04-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000NGOzv&d=%2Fa%2F3d000000pkbM%2FxYHwjkzoVafBFhaaiHBXWc2UItvOf6_iRD.EEl1Ktcc&asPdf=false  
41714c564cbdf94c Patricia Enloe 86-C-0122 2020-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfRi&d=%2Fa%2F3d000000pUE0%2F0o7lOmNLOYaAyr9fNwIL2YJKSadPJ.qUcW0pZO3YPVs&asPdf=false  
7d18ba232e8aa8b5 Patricia Enloe 86-C-0122 2019-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfKv&d=%2Fa%2F3d000000pk7k%2FgqkK_O_QnyMdgY0JV6Y3v6Nbz4_qzPsl04C8qxjDIJ8&asPdf=false  
d01c45910df21e28 Patricia Enloe 86-C-0122 2018-10-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfKb&d=%2Fa%2F3d000000pmOf%2F2hR2.zXVx5CBKAV8I6cTsnlzBYfhdYhsJ0jEQXVIn0s&asPdf=false  
cb024b314c05c5be Patricia Enloe 86-C-0122 2017-12-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfL7&d=%2Fa%2F3d000000pbf5%2FeTv0H9_O_zMx6YlAbhcgOg_BJcVwiFtcwIStLv15faw&asPdf=false  
e4f0818e88ca8df1 Patricia Enloe 86-C-0122 2017-05-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfRd&d=%2Fa%2F3d000000pnfa%2F4XJe1N.GjI31EJ1qKlHa1sOLDaGtq3QC23ux7Q1YMMQ&asPdf=false  
ba3d822cc67b9565 Patricia Enloe 86-C-0122 2015-12-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdsz&d=%2Fa%2F3d000000pkxx%2FvES3PJtNZk9xAWGaQoyl388CsJT5VdfRz22kCgVqYDc&asPdf=false  
4b268bb969fd785e Patricia Enloe 86-C-0122 2015-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcyV&d=%2Fa%2F3d000000pSaI%2FCVLd6DhLMyPFlwT7_B4hA_8rnYcCxgW4wVVn2bcrx6Q&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 30.801ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API