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

9 rows where cert_number = "61-G-0001" 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
b75b9ab3005a60cb Forage Animal Production Research Unit 61-G-0001 2025-07-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000fhqIN&d=%2Fa%2FSJ0000051LQv%2FBt_Gq_lxUbCPa.L3w36HL0DEQFNoW0Z0.iOtbIrV2xg&asPdf=false  
9d781920a7c9ae02 Forage Animal Production Research Unit 61-G-0001 2024-06-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000EA1dz&d=%2Fa%2F3d0000035NCG%2FMLBWSuxqU7mF6LH363AdeUAjLMy2Xv4kcP6B6mOhwjk&asPdf=false  
1e0f73f3c54c3fc9 Forage Animal Production Research Unit 61-G-0001 2023-05-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008LgHc&d=%2Fa%2F3d000001BsMJ%2FRNwcdBjS3qtgT59pWPqPfozIVysC187IPP3FnufvgDQ&asPdf=false  
83893c1c40ca0a19 Forage Animal Production Research Unit 61-G-0001 2022-05-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ywy7B&d=%2Fa%2F3d000000peXd%2FAR65nmEzWI6TzoQ_ry7uxgY1r7DV3rCcwMyYmNhNBls&asPdf=false  
c72e6e478d9ecba5 Forage Animal Production Research Unit 61-G-0001 2021-01-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ES36e&d=%2Fa%2F3d000000peXY%2F8IwmWKyqIzC2PTYvEG0FLTSSahsXh.v8u5pfDooA4SQ&asPdf=false  
23331ac7881b2311 Forage Animal Production Research Unit 61-G-0001 2020-01-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm0c&d=%2Fa%2F3d000000peXt%2F26r8yA95Cvxv_TbDbH0II8K7mgrFPoXPhohztpfO83g&asPdf=false  
da0ae5cdf358d6f9 Forage Animal Production Research Unit 61-G-0001 2019-05-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgegF&d=%2Fa%2F3d000000peXV%2FILg17UOAxBXIJv9.4xq9UUNzgW5lAGVhTI0yuTixMSo&asPdf=false  
68858019d3703eb6 Forage Animal Production Research Unit 61-G-0001 2018-01-10   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaBY&d=%2Fa%2F3d000000peXr%2FYrzT0rhMhQ5IhQkmSICU3810eEiMLWi8gta0RbLoG5Y&asPdf=false  
06ebb1867292018a Forage Animal Production Research Unit 61-G-0001 2017-02-22   0 0 0 2 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbu9&d=%2Fa%2F3d000000peXi%2Fywixgq86o_StdTF4M1crM9zHl2rbY3kZU3XnniTAB_A&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 287.627ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API