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

11 rows where cert_number = "88-C-0220" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: teachable_moment_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
255705ead57b45e5 Barn Buddies Rescue 88-C-0220 2025-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000SxyPw&d=%2Fa%2FSJ00000302Xx%2FEWXFclMuxK91nBnTICvjVXfRtc3NQzJzZo9KUUZA7WY&asPdf=false  
36a4863645ff1e6e Barn Buddies Rescue 88-C-0220 2025-01-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000MKaQv&d=%2Fa%2FSJ00000232SL%2FkR5mD.9BbAiCr_VCiTQwliO2jyyFYau1GmOOlCgyD_U&asPdf=false  
6e6f7d6ff952401b Barn Buddies Rescue 88-C-0220 2024-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EFLXg&d=%2Fa%2F3d0000036cx4%2F77xGaJT77SqhMsqB4.4c.XN9kQGJeNcTJXFZrsgZpKs&asPdf=false  
991dc77b933f8b6b Barn Buddies Rescue 88-C-0220 2023-08-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009bvy4&d=%2Fa%2F3d000001eILB%2FNN_O71CJPYBEVAYzDNKceVrEDo44cm4W2Xu7S4x5_9M&asPdf=false  
033494f12454382b Barn Buddies Rescue 88-C-0220 2022-09-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awVwj&d=%2Fa%2F3d000000pZpP%2F_bEnesfb8q7CGTd77lS2_7bbtI3tgzybAuOCqqeMbPI&asPdf=false  
c5960fd45b3158e6 Barn Buddies Rescue 88-C-0220 2022-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9c8s&d=%2Fa%2F3d000000pZpV%2FgtL287iG4uxzyujksJwOxwJmopZAWf25WenJVBldcZE&asPdf=false  
64bff854367dea1c Barn Buddies Rescue 88-C-0220 2021-10-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8DhS&d=%2Fa%2F3d000000pZoq%2FLNlusgi7DrG87s_WZ_YG8udJEpzWrlBIDYnTSNWVlbo&asPdf=false  
1098c9ff4ec765b7 Barn Buddies Rescue 88-C-0220 2021-01-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERhQF&d=%2Fa%2F3d000000pZpQ%2FEnBCFRRyuhKYwZdbiGYcsBMFL2jcfVNckcl9.INnUOo&asPdf=false  
db738ae77c45f975 Barn Buddies Rescue 88-C-0220 2019-05-16   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaXM&d=%2Fa%2F3d000000pZob%2FJnDgo4MMu_zs8gvtVGsjSWc2rmb18POt7gLMk32FkQw&asPdf=false  
42b0213b29ccb259 Barn Buddies Rescue 88-C-0220 2018-10-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaR2&d=%2Fa%2F3d000000pZpS%2FOA6AoRTvu5NG2NkPv6lBGyvAXTW_X6Golwzetv2i.HE&asPdf=false  
82d97a2c7131872e Barn Buddies Rescue 88-C-0220 2018-04-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZMT&d=%2Fa%2F3d000000pZou%2FK7FVohlmUQFwE247ItTQ3pTuNFO1BBceX8cbx8gKFsc&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 296.39ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API