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 = "21-C-0396" 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
469d9fd17b8661c9 CENTER FOR SCIENCE TEACHING AND LEARNING 21-C-0396 2019-10-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egc8V&d=%2Fa%2F3d000000pel7%2F5smcbgKfi47gD0VElgdkPFHRG9bSDUeR6VJHc_cdfUM&asPdf=false  
87062efb8a2b79f1 CENTER FOR SCIENCE TEACHING AND LEARNING 21-C-0396 2018-10-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd9r&d=%2Fa%2F3d000000pg8n%2FqoNhMfuUmtKxW4y8wMdgUn.JMOVbl23f69CpRLnzo.E&asPdf=false  
65edd6c7e4be426c CENTER FOR SCIENCE TEACHING AND LEARNING 21-C-0396 2017-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcdU&d=%2Fa%2F3d000000pg1J%2F53KT8r1cN_tImAo31uncUltKLc7xEHn697abWC4C1_k&asPdf=false  
f2fc0934b4b8e919 CENTER FOR SCIENCE TEACHING AND LEARNING 21-C-0396 2016-12-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbpx&d=%2Fa%2F3d000000pg0s%2FSfntVwMbRbGNKzLBNg3go1ifeW4LLCyLFJi2_5MrKlU&asPdf=false  
546a6e6eedeb7ad6 CENTER FOR SCIENCE TEACHING AND LEARNING 21-C-0396 2015-11-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbwg&d=%2Fa%2F3d000000pg77%2F9ko_uJ_Og3ZXZAxvb01UwXP.4bZ3e0qErYfQqxYOqcg&asPdf=false  
09512bcef0c1da87 CENTER FOR SCIENCE TEACHING AND LEARNING 21-C-0396 2014-11-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcVq&d=%2Fa%2F3d000000pg7H%2FEbYt9.vpp85x5oMy3US27NjqZtRSR4rb.OeY3VxBRVk&asPdf=false  
d5a7554e08b074ce CENTER FOR SCIENCE TEACHING AND LEARNING 21-C-0396 2014-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcoe&d=%2Fa%2F3d000000pg7j%2FwiV8K5KWwfYknJigP4viOrs75wnOGV69fNiJBrhNGqE&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 5.283ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API