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

11 rows where cert_number = "63-C-0283" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, 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
a08030d56c201952 Alena Oulianova 63-C-0283 2025-03-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000S0s59&d=%2Fa%2FSJ000002pitt%2FiJJ8IeO9uZdshthnDjb1HhO8ZdOB8kADU6ghUKlPEmg&asPdf=false  
80a1e24a7d668a9a Alena Oulianova 63-C-0283 2024-10-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000C7HOc&d=%2Fa%2FSJ000000tkFy%2F7ZqyDSEJuUOcFNwJ1NLtllAAkTcU5TUHEf0.djk5dgc&asPdf=false  
d46c3d42b1c489a4 Alena Oulianova 63-C-0283 2023-02-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uJ6I&d=%2Fa%2F3d0000012nWf%2Fx0Pqp3gOOAKTnV0qRYIiy2v7wNCJAPreNIuXrnOQ9Oo&asPdf=false  
1a54d0c6365ea44e Alena Oulianova 63-C-0283 2023-02-16   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007uBlm&d=%2Fa%2F3d0000012mom%2FH5PeglOOg0eitwZtAB5fCQUZfI1kO7RPemrRPQQTPMo&asPdf=false  
7d1bd7022532cf8d Alena Oulianova 63-C-0283 2022-11-03   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gvNlC&d=%2Fa%2F3d000000pcsF%2FWKy0lcOID.A.UPRKffc.474HI.6q10fWW2.f0mZ_4Uo&asPdf=false  
e1df40ef17fa0eb9 Alena Oulianova 63-C-0283 2022-09-21   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000awNbT&d=%2Fa%2F3d000000pYUl%2FmG2f6LA4RKUwCRBH7pmO6sxdbONssQZG_w1Mbdj6MUs&asPdf=false  
a09449adeb83ae3b Alena Oulianova 63-C-0283 2021-12-07   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V8m77&d=%2Fa%2F3d000000pYUX%2FzPuhScUKGwqMoxCeXCQ5MvyCtJ2rEPy48NQ8rl1_wBg&asPdf=false  
feb8a7bab9238e2e Alena Oulianova 63-C-0283 2020-01-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego4E&d=%2Fa%2F3d000000pjBe%2FwBhq1Q5gVN6Fu64TOjzq8ZJix5Yi7HW_3Fr3SYY3.88&asPdf=false  
091f2a9f2c96609d Alena Oulianova 63-C-0283 2019-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoIo&d=%2Fa%2F3d000000pfGj%2Fz8tygQEegT229F2UGiZHDr0aPMxswVdiOXU0320XNCQ&asPdf=false  
19f868581a2df79a Alena Oulianova 63-C-0283 2017-09-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglPG&d=%2Fa%2F3d000000pSZX%2F87CaoE.INwZSA28vB6h9fmnRGbcVeZWYVpY5nViKric&asPdf=false  
814ac40b2e0eed18 Alena Oulianova 63-C-0283 2017-02-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaqT&d=%2Fa%2F3d000000pYTs%2Fr5icbQUtFIygwnpZlgfQ5Vu7hMRmyRZqMokE7jTCg5w&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 789.997ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API