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

8 rows where cert_number = "64-C-0154" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
3657d323b43c6917 RUFFNER MOUNTAIN NATURE CENTER 64-C-0154 2021-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ngu8k&d=%2Fa%2F3d000000pfr1%2FP_ltJ0a8pZxmnAFz5jDRxluT6jcRuP.T8.Hg5Aoxk80&asPdf=false  
55188178518bfe36 RUFFNER MOUNTAIN NATURE CENTER 64-C-0154 2019-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggaP&d=%2Fa%2F3d000000pRcJ%2Fui.4Gab759dggu37zKc8hMEQKtocy8KJUpA80wlKnUc&asPdf=false  
2d997968d931e1bb RUFFNER MOUNTAIN NATURE CENTER 64-C-0154 2018-08-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggRR&d=%2Fa%2F3d000000pmrn%2FYnoRdSuxKsNCg169x_p7v0Aak2c786Z1ziE7AdsQIKg&asPdf=false  
4e9972da41d4f2cf RUFFNER MOUNTAIN NATURE CENTER 64-C-0154 2017-07-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgeB8&d=%2Fa%2F3d000000pnro%2FruhM_th6jNkTODYFgeix8i8sgWdon2HKPaCdARVqnJM&asPdf=false  
dc1e5b06278bd516 RUFFNER MOUNTAIN NATURE CENTER 64-C-0154 2016-05-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf9b&d=%2Fa%2F3d000000pi2q%2Fj_SP6kjGZ1J3DXSoVCmdCgt4VKlGgZJGi251PjruC.w&asPdf=false  
ef99c8c3942c715b RUFFNER MOUNTAIN NATURE CENTER 64-C-0154 2015-09-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdDD&d=%2Fa%2F3d000000pftf%2FwtCVfGwtKELpRG0oHezNTI.P6TaarBl71J1qYvRAKtU&asPdf=false  
00b00f105bdc6b62 RUFFNER MOUNTAIN NATURE CENTER 64-C-0154 2014-09-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd9z&d=%2Fa%2F3d000000plja%2Ft5EkIOpOCDbPRND8HRMUElQy7.QwD2ccJH.7ziDJX6s&asPdf=false  
6df53e1e720109b0 RUFFNER MOUNTAIN NATURE CENTER 64-C-0154 2014-03-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcKI&d=%2Fa%2F3d000000pScL%2F3CITvmst4cROF4jGXnZ52i1qf40wdoEiBBY0bOaFoXs&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 161.189ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API