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 = "51-C-0050" 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
923c0df05550a973 NEWARCC Inc 51-C-0050 2025-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000Rc4EL&d=%2Fa%2FSJ000002lbFz%2FOfu0X.v.0tbW6y8_KI6pdNQxd9nlluQfq88ZZP0h1mc&asPdf=false  
cdb01f48fd9d4fe7 NEWARCC Inc 51-C-0050 2025-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000P0HHC&d=%2Fa%2FSJ000002OQt3%2FE7q24qXkT2C1_Y2CvBDU8b1tZkWHB3QJ3Pumy5uB_so&asPdf=false  
980dbd9cdbb13715 NEWARCC Inc 51-C-0050 2023-03-21   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000007u3Fc&d=%2Fa%2F3d0000012gkF%2FXtf0SKXi2DiFB1Xky16DZTPh6NHUePDwgCT_LqkARJw&asPdf=false  
96f93696d4c19b99 NEWARCC Inc 51-C-0050 2022-03-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9ZSG&d=%2Fa%2F3d000000phBA%2FRFzRmRvh3WEq0dFRk_57aduH532blw6iEXDmHakCXiY&asPdf=false  
22cc0912a69f64b8 NEWARCC Inc 51-C-0050 2019-06-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkFN&d=%2Fa%2F3d000000pVCK%2F4a5TvLUPJ4qYdINlMaNEx1IOCM3OgmvLtkpD3R6vqo4&asPdf=false  
5382850df3488280 NEWARCC Inc 51-C-0050 2018-08-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egjja&d=%2Fa%2F3d000000pSha%2FCucj5wlUicjo4Hvzjyn3.I1Y7cccbfUaQIiR9H04iK8&asPdf=false  
0310e6546587bacf NEWARCC Inc 51-C-0050 2017-09-13   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkAk&d=%2Fa%2F3d000000pUBn%2F4JiSRTfWLM5xW53Qqu9k.L_HR21cWLpVPYIK3xhBgTY&asPdf=false  
cb5effe6965ad368 NEWARCC Inc 51-C-0050 2016-06-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmDh&d=%2Fa%2F3d000000pSns%2Fq1zHszzKoykhAah5QX6qyKlq9gAmeILNrJKIMZjXbWA&asPdf=false  
11c8318e1259947b NEWARCC Inc 51-C-0050 2016-06-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbt2&d=%2Fa%2F3d000000pbah%2Fm.pxzI4Q7dopKgQMbTV1TvNFZS73QiFwxNwNbjdqaOI&asPdf=false  
366bcfdd12bb3ddb NEWARCC Inc 51-C-0050 2015-04-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbgv&d=%2Fa%2F3d000000pnmO%2FKRMaAy6Ho92EDVwJcHm.Mh8U2f39qNsppSfKw8CbyyA&asPdf=false  
6e70ab29f7d1532b NEWARCC Inc 51-C-0050 2015-04-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgiOC&d=%2Fa%2F3d000000pb80%2F9_vhywVnQ556pbO0jD60JkrjXmHeqbzi_xrgu2Kzc.Q&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 5.151ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API