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 = "72-C-0198" 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
11a4d5600a757a73 T AND K PONY RIDES 72-C-0198 2017-07-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgexE&d=%2Fa%2F3d000000posn%2FP.NiGEox.RKAQTzrqthqvyy1rNofdHQ3pVmAbyoZ9Eg&asPdf=false  
f72a2316e4b14e51 T AND K PONY RIDES 72-C-0198 2017-03-14   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg2d&d=%2Fa%2F3d000000pUqG%2FGB3x7nVbeUT2jpTQ5OdE46HXhmOxI4n5dMHvJvqzuH0&asPdf=false  
f13fd91b18831df0 T AND K PONY RIDES 72-C-0198 2016-04-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcwc&d=%2Fa%2F3d000000pdlk%2FTormjH_uDWqhrKPXDJXItziDJQc3Cxs6P38zF9ENDSw&asPdf=false  
384a30d104cdab87 T AND K PONY RIDES 72-C-0198 2016-01-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggxR&d=%2Fa%2F3d000000pXAr%2FgO529xMA..yzLlof_INKAPzB0ZOM4FeciyrQLsic80s&asPdf=false  
3fc0b3c7c43ae756 T AND K PONY RIDES 72-C-0198 2015-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcC8&d=%2Fa%2F3d000000palr%2FCfgrlVlCAMMD3SLAUtSWYHaeG5GA40Q1QqyXHrLkVds&asPdf=false  
41d7127623b019b9 T AND K PONY RIDES 72-C-0198 2015-08-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggJR&d=%2Fa%2F3d000000pRRc%2FUI31a6zICMtfoP8O09H2Oa6SBO5FsfNH66tSFG3S6fs&asPdf=false  
68411cbd5bdddd99 T AND K PONY RIDES 72-C-0198 2014-09-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggwR&d=%2Fa%2F3d000000povM%2Fyi43snS6GgiCISUYySVZhzLW_CwQx1trYFanGunGf0A&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 482.568ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API