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 = "23-C-0355" 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
3c78d78d7bbebed8 GOOD N PLENTY RESTAURANT 23-C-0355 2019-02-15   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZ8g&d=%2Fa%2F3d000000pX0r%2FHgKYfJNUBldfRj1EhRTrXXW3fyKI8A8uHJQqG3fTvvQ&asPdf=false  
fcbe0beba48f612a GOOD N PLENTY RESTAURANT 23-C-0355 2018-11-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egg28&d=%2Fa%2F3d000000pfFX%2F0LOXEYQLPAyOqV4vUQ4fO0G0m8vurLZZ0RJsx2wIiKk&asPdf=false  
b55c43c240065eb7 GOOD N PLENTY RESTAURANT 23-C-0355 2018-07-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdiG&d=%2Fa%2F3d000000pRJn%2FOLTu1q558gUbaQyOeBm5lhLF3zJ27fHYun4kTvBmKoI&asPdf=false  
5f557bfe73c11cdb GOOD N PLENTY RESTAURANT 23-C-0355 2018-05-02   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgYb6&d=%2Fa%2F3d000000pS2G%2FnS3WhUugQxIu2IBnIQXzfmnPUs9oUp2mBgVDafl0Kos&asPdf=false  
ecc42400fa0c5af1 GOOD N PLENTY RESTAURANT 23-C-0355 2017-06-06   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgY8W&d=%2Fa%2F3d000000pkOS%2FWcSMrs6fOYS7JZtT0RL_E6modfZPb0uQRSRY9mfwNQs&asPdf=false  
a8167110463bc935 GOOD N PLENTY RESTAURANT 23-C-0355 2016-06-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EghB8&d=%2Fa%2F3d000000pdXy%2FBbWgbMmMiVoh3RttZGPQgzQjgkN6UviK2kDwyRHy0ZA&asPdf=false  
150403b3c2dd644d GOOD N PLENTY RESTAURANT 23-C-0355 2015-09-23   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZu3&d=%2Fa%2F3d000000pnFZ%2FuOZcWRbaZgYWJb7jRxeDU4070TzdCBJ8KEOpdVynRDs&asPdf=false  
1aee2f62f6dab8af GOOD N PLENTY RESTAURANT 23-C-0355 2015-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcPe&d=%2Fa%2F3d000000pULi%2FyOLe83z6hK4gvd2Jj2WFcGsiPz8NPMI5A0cner7u3Gw&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 1327.698ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API