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

6 rows where cert_number = "47-C-0057" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
99d6c67e96ff8037 Fontenelle Forest 47-C-0057 2021-01-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES1Jm&d=%2Fa%2F3d000000pXEG%2FqqVrjFrTn..HucFJ8so_R_KawjpbGjRtj9_HA4yxLew&asPdf=false  
0fb7912c13fc2cf8 Fontenelle Forest 47-C-0057 2019-04-04   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eggom&d=%2Fa%2F3d000000pgf8%2F7O7PJnRfXBr_n.eSSR.g1Wiplwqg2zsi1snKYlnzZr0&asPdf=false  
5478acd61f2a3442 Fontenelle Forest 47-C-0057 2018-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egdya&d=%2Fa%2F3d000000pRge%2Fuhttjx3_BwRDi64DEl9Jr4cIk65HlH1QvTCfi6MvFzY&asPdf=false  
c52a56e872ff1fc9 Fontenelle Forest 47-C-0057 2017-09-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggVu&d=%2Fa%2F3d000000plH6%2FH38wpj27LmMi_cBS1L7vua1fpyNVz0MT.AwT9HrLDHc&asPdf=false  
193794e6399d3484 Fontenelle Forest 47-C-0057 2016-10-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggyZ&d=%2Fa%2F3d000000pblZ%2FBwZ8ox03G2QhNsGftC7JKlJuNysCTVERY19w3lFsHsY&asPdf=false  
52663f972631360e Fontenelle Forest 47-C-0057 2016-04-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcgU&d=%2Fa%2F3d000000pmog%2F_Y9NGKRHXZT6f4lkwtTSnV8c3YphENPI_ONWMqU9vlk&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 298.463ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API