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

10 rows where cert_number = "34-C-0404" 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
ac69a8ef315d754a GREEN ACRES 34-C-0404 2023-12-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BK28d&d=%2Fa%2F3d000002EbQQ%2FR6XTShIHJ4YD3x_xuoeAY8sXCX0dJYTUbeqxxEOI6CM&asPdf=false  
0e85841c7201520e GREEN ACRES 34-C-0404 2023-02-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dkns&d=%2Fa%2F3d000000yFYf%2FHXC8GmtnjppfkNmpjzJxCGneWOl_joA87PA6rRli5T8&asPdf=false  
f0967b495ad542c2 GREEN ACRES 34-C-0404 2022-03-31   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwTPt&d=%2Fa%2F3d000000phIr%2FQ6qk3ptANuMhb8ES8Ns4pl64MLp29DmdjalYNETu5KQ&asPdf=false  
aa2805d129764f71 GREEN ACRES 34-C-0404 2022-02-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9Fnw&d=%2Fa%2F3d000000ph1v%2F2XwBuO7cBFaDDcw0UtDVqsENWdhKu3450Blh9iwDWIg&asPdf=false  
5dd6482159f8d27e GREEN ACRES 34-C-0404 2021-05-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Nh0XJ&d=%2Fa%2F3d000000pUrF%2FrWMvG6LOrvi9dXpjoZHx4.1XcEE4XPtOdfJZRvvYdww&asPdf=false  
034d8e98c718294c GREEN ACRES 34-C-0404 2020-02-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghqJ&d=%2Fa%2F3d000000pX9f%2FSe45x_6JVnos72Bq2iMOftG1OaP34c4qBv8kytbaJ_Q&asPdf=false  
cd7d12585b8d939e GREEN ACRES 34-C-0404 2018-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghGe&d=%2Fa%2F3d000000phum%2FLHwc4yTneFOM1665aV7xlmnm.cQkWgA6UlIiWqIkmIU&asPdf=false  
830a764a3f8a1184 GREEN ACRES 34-C-0404 2017-10-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EganL&d=%2Fa%2F3d000000pT3h%2FFQtkoUf5AvXJ_vAMEbzb1XrjotAykVLp2Jcgf2qrAOE&asPdf=false  
6cd3d5d3fb0a8aa2 GREEN ACRES 34-C-0404 2016-10-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaz4&d=%2Fa%2F3d000000pUQx%2FnAZJzdk4sJG92lJujZbD.ZiPSGzVWsCQn_FvFGcwbNY&asPdf=false  
1006cead825e0973 GREEN ACRES 34-C-0404 2016-04-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZVS&d=%2Fa%2F3d000000plzI%2Fvrpszdm9l04l3GSdIdL4KGwVJPLiJ1pqI4nhpHvFrws&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.435ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API