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 = "51-C-0122" 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
18a44b5ab7840f91 Eco Adventures 51-C-0122 2025-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000P0kxS&d=%2Fa%2FSJ000002ONC2%2Fl1FrrRj7Dgndix8hLcB98iRHVSHI9Sqym3k6vImcwFA&asPdf=false  
b7ccd3286f9e2ba0 Eco Adventures 51-C-0122 2024-03-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Ck0PW&d=%2Fa%2F3d000002evHI%2Fz4Tt.Ryp9bWWvu2Ib6rihUUFS1Fq47NC1BSI0PUSvmg&asPdf=false  
ea88cbaeca4cc1d5 Eco Adventures 51-C-0122 2024-03-14   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000Ch1SX&d=%2Fa%2F3d000002dkO3%2FrxUr9jiuDTOo41Osos3NacSiBDs3j8.ITFMJLgzNwxM&asPdf=false  
658905035e4fad0c Eco Adventures 51-C-0122 2023-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007dl8H&d=%2Fa%2F3d000000yFQl%2F7dDyRqjhK_BdAgl2bQvI8Dw39O7ZN51zGFH1ORRf.yY&asPdf=false  
187b9e45e39e01d4 Eco Adventures 51-C-0122 2019-02-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaIX&d=%2Fa%2F3d000000pUPQ%2Fj3u1G_mWvJ7YcqyYTFzNDq9rccx2A6gZ.wzZN.aEbG4&asPdf=false  
2f5b149a5dddd538 Eco Adventures 51-C-0122 2018-07-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXiV&d=%2Fa%2F3d000000pkZ5%2FncQHG2oqcK7Li2yRuwvvqytxl3da0K.VvbSHVDd1Xug&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.23ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API