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 = "14-C-0139" 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
87b3e5b2ed1bedbf DAWN CORDEIRO 14-C-0139 2018-08-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaog&d=%2Fa%2F3d000000pb7V%2F0HQs2GmlRdaSfhRzgryIb693VC437Ow8PMsoxQJZKWg&asPdf=false  
2da5faa6b6a7a917 DAWN CORDEIRO 14-C-0139 2017-05-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega0y&d=%2Fa%2F3d000000pURx%2FZ8R0IsDBwgIMo3VmV5Mu7YJIeMHt8kuhOL8PWsnN7ko&asPdf=false  
b55f9af5349eddf2 DAWN CORDEIRO 14-C-0139 2016-11-22   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxFh&d=%2Fa%2F3d000000pWyz%2Fb_HqQOrLdTi9baQLviYs9uan3kEe_WFn_ZpO5lhHLvs&asPdf=false  
6539e3b208fff6a5 DAWN CORDEIRO 14-C-0139 2016-11-08   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYZs&d=%2Fa%2F3d000000pkAu%2Fe.cFIV1ygPNro4.e23nVnqIF1NaxslUvQhS6rNn7xkM&asPdf=false  
63d3f27f4f17eb77 DAWN CORDEIRO 14-C-0139 2016-05-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXbi&d=%2Fa%2F3d000000paog%2FnNHJgz3672kzzoPzWGEwgmUX3WkRJodmFRIFxkjatlA&asPdf=false  
26923b304d60212b DAWN CORDEIRO 14-C-0139 2016-03-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgVkC&d=%2Fa%2F3d000000pmG0%2F4RHFqbOMJgEhN2MSCAATz4qAO_en16d1XAMHwyJvYgY&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.068ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API