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

10 rows where cert_number = "63-C-0265" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: critical_count, noncritical_count, direct_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
a07a9735f6250572 PONY PALS PARTY PONIES 63-C-0265 2017-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeZM&d=%2Fa%2F3d000000pm0j%2FJeGtgrRjNlloqhXpiy1JTDnK0mlIPWogUiQJJAd6u8c&asPdf=false  
cd9f472459743feb PONY PALS PARTY PONIES 63-C-0265 2017-02-08   0 0 1 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWS4&d=%2Fa%2F3d000000pn6H%2Fr2FKrI9JtBWY0eM0vM16GWhnsGyTN5krMYWqRVJfvNQ&asPdf=false  
c523eb085dd25bc3 PONY PALS PARTY PONIES 63-C-0265 2017-01-18   0 2 3 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwWQ&d=%2Fa%2F3d000000pmm8%2FHdXQlqhIlbwIVO5Ohok1CnONdMOrXCBlYHpuCC0Rpic&asPdf=false  
c5f7be91ddad625f PONY PALS PARTY PONIES 63-C-0265 2016-11-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmR3&d=%2Fa%2F3d000000pnOc%2FWsYTNrlAxQzRtNj4ALUuDyE3MeXkZMPtHRa8OatXiL8&asPdf=false  
781f6fbdb5c20530 PONY PALS PARTY PONIES 63-C-0265 2016-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZDW&d=%2Fa%2F3d000000pXTu%2FwlsBhiPWJ02GoqsKNUrujGQBeIcE0ycdloLNeeHe8MM&asPdf=false  
632d9c53b7bea846 PONY PALS PARTY PONIES 63-C-0265 2016-09-26   1 4 2 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwUI&d=%2Fa%2F3d000000phzL%2FiDalH9NFT77MWQEORv8anzIX_M1DyNlPofuKD9mGPSY&asPdf=false  
ab582020db48e580 PONY PALS PARTY PONIES 63-C-0265 2016-05-10   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxH9&d=%2Fa%2F3d000000pXLj%2FOiNQ_Iof2iLGcBuBpghBA22AVuDgQF45KS62pyPJkss&asPdf=false  
1d3eda476ba854cc PONY PALS PARTY PONIES 63-C-0265 2016-01-29   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglaJ&d=%2Fa%2F3d000000pXFW%2F36TqNLy_w8BRJfeRRJd1iQ9QEX5.UHWae8u.yNEqFCM&asPdf=false  
c6511bffda5b816b PONY PALS PARTY PONIES 63-C-0265 2015-01-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcNH&d=%2Fa%2F3d000000ppJP%2FjHCRP1C0ea0A8akfbs0YmilaNQYs_bGZigjtEjCXza0&asPdf=false  
db44373155bbfa09 PONY PALS PARTY PONIES 63-C-0265 2014-05-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZJI&d=%2Fa%2F3d000000pXGR%2FgJ0bKi4_k1xcmu5W5h6GFdGfaVKVD2JrlWAgwBACnak&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 290.929ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API