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

10 rows where cert_number = "42-C-0102" 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
a9d1893dbd6a9fd6 Sunrise Exchange Inc. 42-C-0102 2023-05-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008WDSu&d=%2Fa%2F3d000001EMzw%2FS5FiQOo06HNu7JP4HNKIuf.D1v6dOFtpJf5HzlIqA_c&asPdf=false  
5acb6e0867916197 Sunrise Exchange Inc. 42-C-0102 2022-06-15   0 6 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxVbl&d=%2Fa%2F3d000000piiW%2FUPxkCR0BNOB.rm5yJPZtbmITsQ8UM_m1D88_InvFnRg&asPdf=false  
0b9bd362cc0a4dda Sunrise Exchange Inc. 42-C-0102 2019-11-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmt4&d=%2Fa%2F3d000000phWI%2F1z1iZcP_7.xFVk7Bo3wRjJCPrd361mPUM.KAuDg7cKA&asPdf=false  
a045a5667212973d Sunrise Exchange Inc. 42-C-0102 2018-08-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZFJ&d=%2Fa%2F3d000000phXl%2FQFTx0eNbRMhNN2e3fpQ.c_0CAS3IFl4Ah8a9KFsokS8&asPdf=false  
4d77ceb123925a5c Sunrise Exchange Inc. 42-C-0102 2017-04-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmDR&d=%2Fa%2F3d000000phWf%2FkKKobFnHljmPi113Q0fc5ntRXtmsL0myE1wI3k0HCG4&asPdf=false  
e31a0893a4c81eb1 Sunrise Exchange Inc. 42-C-0102 2017-01-11   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggDc&d=%2Fa%2F3d000000phX6%2FuIDrdM2xexr8fnamotIY7Hm7rLnSzQbZCRMEdU9fSAc&asPdf=false  
68c8ccc7564d1c9c Sunrise Exchange Inc. 42-C-0102 2016-09-07   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbf6&d=%2Fa%2F3d000000phWX%2FvJ1M1o.yycJU82CdxUTng7VPK0xkvJPVhBCEJ6qz8aA&asPdf=false  
0fce73ad2caa6780 Sunrise Exchange Inc. 42-C-0102 2016-05-31   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgX9g&d=%2Fa%2F3d000000phWj%2FtToZPnu5JoRfiLlylhPZJsY3yxAdRSQ7bcX3uyd.Zzw&asPdf=false  
48329e9f745ce667 Sunrise Exchange Inc. 42-C-0102 2015-07-16   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Dnx3t&d=%2Fa%2F3d000000phXt%2FUh58uKYLgZ8uU_Cr5rCXGzrpjU138XgOcBby1RgLuqE&asPdf=false  
d3130baa8cad8081 Sunrise Exchange Inc. 42-C-0102 2014-08-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ega8U&d=%2Fa%2F3d000000phWJ%2Flia8oI5mDDSTQxh9FhS3Ff_7k1mm9Yd4fxGRYe366nA&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 4.302ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API