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 = "64-C-0244" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
3d388498d88c2a7c Graham Creek Nature Preserve 64-C-0244 2025-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000R4atS&d=%2Fa%2FSJ000002hIVB%2FU4EsGh.udc91DwkWIv.anHeZLDKwcAOmv8SpGP98h68&asPdf=false  
0c0b797fcaa6494d Graham Creek Nature Preserve 64-C-0244 2023-11-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Amlm4&d=%2Fa%2F3d0000026h7X%2FUeTPY1QnvlgUsCPLrUHICvFKH7Gn7bFhHw_uoDb63TM&asPdf=false  
b9f7cb2a7a455383 Graham Creek Nature Preserve 64-C-0244 2023-08-17   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009gtaA&d=%2Fa%2F3d000001gIpK%2FZK2cPG3jNmolrLeD5677zq53qD3ivS_IDJrLLgXvgg4&asPdf=false  
e2b5108160b2f589 Graham Creek Nature Preserve 64-C-0244 2021-05-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh23I&d=%2Fa%2F3d000000pRXX%2FvwoUjCmQaR7GHkOwW3ST9WNq_Gjdpiz8m3I7Audr2eM&asPdf=false  
f0d9232e81fc3f98 Graham Creek Nature Preserve 64-C-0244 2019-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggV9&d=%2Fa%2F3d000000pi9y%2FlyGqw_4gx7FA_PwGU3GTU4JYVACEZ1Fnc45FfSo8zI0&asPdf=false  
7e93ba1ff72b55b5 Graham Creek Nature Preserve 64-C-0244 2018-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeI2&d=%2Fa%2F3d000000pev1%2FFHb0o503alX4TdTjGl2uDzLuU8pZGvIAbhguPiISxHg&asPdf=false  
9b67ecafc7334099 Graham Creek Nature Preserve 64-C-0244 2017-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egal6&d=%2Fa%2F3d000000pRWY%2F_wlsEYoGqs.AwOxP1HnXERwH8NRN3ufbZ0zOOJdvPIA&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 965.312ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API