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 = "64-C-0103" 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
d42c94afc9be15bc MARIA SKINNER 64-C-0103 2020-02-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8Ls2&d=%2Fa%2F3d000000pkTi%2FhNirUcYAOIqPPlAvNbs0j.Z4Ht3Qr.rvHng_xwvlN_g&asPdf=false  
b75f2a3bf030f81e MARIA SKINNER 64-C-0103 2018-11-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghO8&d=%2Fa%2F3d000000pbbZ%2Flme2U4ATa7jJLKD7jsT8ghLJxC1FEc_uwdOxLUc5KdM&asPdf=false  
e7a33024793e66b3 MARIA SKINNER 64-C-0103 2017-12-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghKW&d=%2Fa%2F3d000000pXKg%2Ft4czVIORzJ_279JLUu_fB97Gzra5CD1iYB4WPml4TMA&asPdf=false  
2f760f17079f485f MARIA SKINNER 64-C-0103 2016-12-01   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egi77&d=%2Fa%2F3d000000pmVx%2F1Obhef2OrEEEXcHK4Rfmyryx3C3bsDY0OAYKz.D1JPs&asPdf=false  
67436ea1b7ed4305 MARIA SKINNER 64-C-0103 2015-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghi9&d=%2Fa%2F3d000000pi1U%2FfgPlXUyF102h98ScMJ9VOH9G_6ouTS5I2sGnQuCM5HY&asPdf=false  
1c934bccd659a5eb MARIA SKINNER 64-C-0103 2014-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeG4&d=%2Fa%2F3d000000popw%2FMVt2yZsQTPr2LfL9qfAIBYOZ6l9gUGJA4cPM5QvbGEE&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 4.182ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API