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

8 rows where cert_number = "58-C-1148" 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
c5e76c44ab8cf1bc Calusa Nature Center and Planetarium Inc 58-C-1148 2017-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcPj&d=%2Fa%2F3d000000pky2%2F4urcXv3mkCDJXtLpDsz6uBEPrLQMKxmfV28PHu8vn2o&asPdf=false  
469001e9ff9e78d7 Calusa Nature Center and Planetarium Inc 58-C-1148 2017-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgarH&d=%2Fa%2F3d000000pfA4%2FeYsZgvgOFKtiRA_TKC8BSZ0vva6D.zUP41_QOj_pNb0&asPdf=false  
a5b9ba8c63f84574 Calusa Nature Center and Planetarium Inc 58-C-1148 2016-11-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbgp&d=%2Fa%2F3d000000pSti%2FagzPtD0UVQEqWdvntgnkG2_Tq_27aCLROs.vINqI5WU&asPdf=false  
e9368cee20878ef2 Calusa Nature Center and Planetarium Inc 58-C-1148 2016-06-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXur&d=%2Fa%2F3d000000phwL%2F0gM0z_Y3p8hZEpH25CPBBNWKQLbBH7LeNMAfUhS8OLg&asPdf=false  
004e86730005303c Calusa Nature Center and Planetarium Inc 58-C-1148 2015-12-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbgy&d=%2Fa%2F3d000000pT3C%2FQKS6KX2YuT_eo36f1UkyrFtP9sWHt76.N_w2tHdQ9.o&asPdf=false  
de92f75033c5ba44 Calusa Nature Center and Planetarium Inc 58-C-1148 2015-10-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcZ4&d=%2Fa%2F3d000000pkYs%2FRuArW1upubF1sdaZhsf0jzyFI4FluffTLleAHPH5v_0&asPdf=false  
ee1eed7f18278a79 Calusa Nature Center and Planetarium Inc 58-C-1148 2015-09-14   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwoD&d=%2Fa%2F3d000000pbkI%2F_6cruqRhTiiIGWx_7TF2av9E4PcuGLla2DiybbP4oHc&asPdf=false  
2f7f1320dd189071 Calusa Nature Center and Planetarium Inc 58-C-1148 2015-03-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgasW&d=%2Fa%2F3d000000pokg%2FemuzG.hI4.xITove7O5q9o.ThMgXH9dhAkyWtVsQrKE&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 7.62ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API