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 = "72-C-0240" 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
24c035d9963748c3 Parish of Caddo 72-C-0240 2024-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Ce0DX&d=%2Fa%2F3d000002cmiT%2FOTopa9oHTfjm9eBE6BwpjlpQ8eU6NQY430BDKwinKic&asPdf=false  
bcaaac1d5e5c9bb1 Parish of Caddo 72-C-0240 2022-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gv7Ti&d=%2Fa%2F3d000000pbvP%2F0JkCu2LcY_pkgiOoy85T_MLMgqAuA0HeRasAaEwX1UM&asPdf=false  
2d196d898744106b Parish of Caddo 72-C-0240 2021-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V88Wc&d=%2Fa%2F3d000000pbvV%2FQfRbW2MbiFoUxt.ucOeTLIS_B8m7SJ6jq2kGHSLB2.I&asPdf=false  
928bf5189449745a Parish of Caddo 72-C-0240 2019-08-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiTJ&d=%2Fa%2F3d000000pbvU%2F843u1A5UxOh5ZrWyy8dz_XvJPEdevKwNxNYtUC.hTUI&asPdf=false  
6b555643e092350a Parish of Caddo 72-C-0240 2019-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege1t&d=%2Fa%2F3d000000pbw4%2FAMIglOzdoeKNhNqG0KvmIMG8g1ioMmXEXMfAQJGa3_M&asPdf=false  
caef41e2fc93a959 Parish of Caddo 72-C-0240 2017-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdUX&d=%2Fa%2F3d000000pbwE%2FMmmYxNhz.SPsOOEtCSSv0NFP1H5kZWS6Xf8zUFxZ6OU&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 512.999ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API