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 = "73-C-0215" 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
8351d2f5e8a18b8c ORR FAMILY FARM & RR LLC 73-C-0215 2021-03-17   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESajN&d=%2Fa%2F3d000000pRqI%2FJ_J0N0M4kuNFOc8qbI3t6GLBzc.b6A8S.dF0Bs9Gs7w&asPdf=false  
82538d08c49dff98 ORR FAMILY FARM & RR LLC 73-C-0215 2019-04-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaz0&d=%2Fa%2F3d000000pbBi%2FGo3hD74JUUfXTPZIq_Q8jhdh.gIMDJSdLWolqZjiEuQ&asPdf=false  
90df2dc4fbff47d1 ORR FAMILY FARM & RR LLC 73-C-0215 2018-03-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbg0&d=%2Fa%2F3d000000pmeU%2FAQ8qLjG1Mk.6QZDYwyHunrAu1PGjWM9imRzcDw0kE9k&asPdf=false  
2b09741aeefad689 ORR FAMILY FARM & RR LLC 73-C-0215 2018-01-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egm35&d=%2Fa%2F3d000000pjrq%2FpmcVmoUkrvHaSmkkCluIRkH4NPBd5X5JfECiVKyypyM&asPdf=false  
32efb1fbf9c4fb4c ORR FAMILY FARM & RR LLC 73-C-0215 2017-01-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgnQd&d=%2Fa%2F3d000000pl7H%2FspodYWnyERhp7lB3fw3jhnWbgmf0y.588k71smW67pw&asPdf=false  
b450351f73dbd9c3 ORR FAMILY FARM & RR LLC 73-C-0215 2016-01-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfhX&d=%2Fa%2F3d000000ppAf%2FpXwatb3fKAPaVjfl2CaLquayUGJcUEiC1zk2tRNS2xk&asPdf=false  
c3eb29703718f382 ORR FAMILY FARM & RR LLC 73-C-0215 2015-02-04   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXgs&d=%2Fa%2F3d000000ppAv%2Fzfo2WagI8eXv2fQBflEWR6mXFTBD2MPoIQLFPburVnI&asPdf=false  
5cd21d9046d7f774 ORR FAMILY FARM & RR LLC 73-C-0215 2014-09-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYO6&d=%2Fa%2F3d000000pacc%2F6AkaiZ8d5Z1_xDvfRcZpSDWkehJ1n78nRElo8krrQT4&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 43.269ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API