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 = "65-A-0543" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
1e36fd2326438ca0 Grassy Ridge Kennels LLC 65-A-0543 2023-09-05   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000009qKxS&d=%2Fa%2F3d000001lK5B%2FpQFHSFzdiq2HcE9KT9TBLbk5qwhr.L6EoiHoAzAbxSI&asPdf=false  
e3bbe39df30f8ab3 Grassy Ridge Kennels LLC 65-A-0543 2023-03-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uTmL&d=%2Fa%2F3d0000012rrJ%2Fh84hAvCOQq3uAoCKZtiKYc_.O5P3xW1BfgKNDZtMRZU&asPdf=false  
0c1348b70b9e0a71 Grassy Ridge Kennels LLC 65-A-0543 2021-01-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ERhNL&d=%2Fa%2F3d000000pRJx%2F_lXpWxA0bltw3_Kc7ibvEOfOPQlejsTTB0iQP_dKDTI&asPdf=false  
03116a72b8f7e29b Grassy Ridge Kennels LLC 65-A-0543 2020-01-15   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege5c&d=%2Fa%2F3d000000pWUi%2FbiqectjwPlmryhE1tClXFKVHQSDeGCJxT3mwaTZfA6I&asPdf=false  
57479c563b4fae5a Grassy Ridge Kennels LLC 65-A-0543 2019-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eghin&d=%2Fa%2F3d000000pWgL%2F7N02TBBPTRsg1DinBJy6rmibM8Vx9BZ7KHe.vnC1y0I&asPdf=false  
23897104e6a28963 Grassy Ridge Kennels LLC 65-A-0543 2018-03-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcIV&d=%2Fa%2F3d000000plUh%2F.0SIyU2YHf4eAG03upfgyj29L_yXdcyUcXjN1Pfn13g&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 860.887ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API