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

9 rows where cert_number = "74-C-1021" 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
3d65c611bb96d29d Crocodile Encounter 74-C-1021 2024-10-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ000009yws0&d=%2Fa%2FSJ000000jIvF%2FzPiJKXKO.jsKW_FXSwneKih_.63YaZSm9ACSd8yEsV8&asPdf=false  
ad1978789ac2ad3c Crocodile Encounter 74-C-1021 2023-08-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009rzHT&d=%2Fa%2F3d000001mFnD%2FoDP.fGK97D_5o8NzvUwnmfRlSV5KGzkOIpWFduH0icY&asPdf=false  
2baaebc497087f42 Crocodile Encounter 74-C-1021 2022-06-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxGgH&d=%2Fa%2F3d000000phU5%2Fq31DNhHU92zWHPYwZHZlvpMP59Z2PEViFpUtxNOOza0&asPdf=false  
d9a7c249aeab2b8b Crocodile Encounter 74-C-1021 2021-09-03   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN8IE&d=%2Fa%2F3d000000phUG%2F9_qXJStCYHxezP33WF4OewiUjDv6.Xg6Gq7IqZD3ias&asPdf=false  
f835f5aea485044e Crocodile Encounter 74-C-1021 2019-07-10   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ2t&d=%2Fa%2F3d000000phUE%2FqmBtNd9CGEzdGQXeuExvlIEPNrdQ424ruM01oyC1GZ0&asPdf=false  
88b7825583781be7 Crocodile Encounter 74-C-1021 2018-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcyT&d=%2Fa%2F3d000000phUN%2FBpJj6VLZDWHmQIYeB8mD7KKQPipaqgztnkfUc.ACgZA&asPdf=false  
dc1f7c80f80a6348 Crocodile Encounter 74-C-1021 2017-04-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd5p&d=%2Fa%2F3d000000phTL%2FHI4M3o65YU8MEKZw3GLvRMdtEFjM72BSkgolZIuD0YE&asPdf=false  
1dbf8bb977b99df6 Crocodile Encounter 74-C-1021 2016-01-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege24&d=%2Fa%2F3d000000phT7%2FUn_LeGPuJlSjWm_kW3NLfVdjztD2MZRzsJ5coPJISfs&asPdf=false  
5751d5bc64d01ad8 Crocodile Encounter 74-C-1021 2015-07-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaCK&d=%2Fa%2F3d000000phUV%2Fx1OnEjQyaBOvbBk377_C2lpbdGuMStUtlOe5GdR6S94&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.2ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API