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 = "55-C-0181" 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
500d282b38de97f2 Neuseway Nature Center 55-C-0181 2024-12-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068SJ00000GlEb2&d=%2Fa%2FSJ000001Kjd7%2FjQy9pq_ZFxxUvQQpv5QJaxBraRmzbonLjcSpOwCPwcE&asPdf=false  
4fa4423c3786351f Neuseway Nature Center 55-C-0181 2024-01-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000BkG57&d=%2Fa%2F3d000002N7XZ%2Fi3MiJFRtpSzmmahh_i0SGc9vVwuYjj9G._Mx5pnSCLY&asPdf=false  
3463f847c5aff85f Neuseway Nature Center 55-C-0181 2023-10-18   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000AV48U&d=%2Fa%2F3d00000235hW%2FhNpbLqnR5KseTudC_.wrNbDAGXZjB0oJpPin3GPIotc&asPdf=false  
3ad7bea6cc5afd6b Neuseway Nature Center 55-C-0181 2023-01-11   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000gPVHu&d=%2Fa%2F3d000000paDF%2Fp2Phqx_VkSPcaZeQ.d0DisHl0bFqcmyhg8maBPQxvp0&asPdf=false  
9036495dab536188 Neuseway Nature Center 55-C-0181 2022-04-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YwhkC&d=%2Fa%2F3d000000paCd%2FYsSwpjWvB8o7JWDvTf0fTCJhavidmqATzyPCW9VlgGg&asPdf=false  
bd9bb2fcf8135481 Neuseway Nature Center 55-C-0181 2021-09-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PN9Z3&d=%2Fa%2F3d000000paDo%2FaPoZDeFoMbWtWpgOerd9RxP_XwTAepxUUcH00XIERFM&asPdf=false  
33c73232be4f9de3 Neuseway Nature Center 55-C-0181 2020-09-16   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Djd4n&d=%2Fa%2F3d000000paDJ%2FkqF5R72_vTfGftsOeBYoiTE04OsRyx73jYbYYe7ChqM&asPdf=false  
c70cb6af209cbd31 Neuseway Nature Center 55-C-0181 2019-05-22   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgbDQ&d=%2Fa%2F3d000000paDl%2Fc9Nmgvidgb8nkB3hHyT.IRs01pw1gGOEZ0Z3Acg3wEE&asPdf=false  
21c5520737c96a08 Neuseway Nature Center 55-C-0181 2017-10-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcRq&d=%2Fa%2F3d000000paCm%2FU.f6iD__UPeq7JIwR4RptIYpJnhFKdHDUh7EMwrCCaw&asPdf=false  
5c709afab5fdc0d3 Neuseway Nature Center 55-C-0181 2015-10-08   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgcTp&d=%2Fa%2F3d000000paDc%2FpgFX36wZLrTL7MubVwCBGEQV58kfD56Q9f4lgKMZVT0&asPdf=false  
0a4f87e7e009db61 Neuseway Nature Center 55-C-0181 2014-05-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdMw&d=%2Fa%2F3d000000paDZ%2FfKmwxCdTPAYcvBvWJHZea.t3EjXxnDkaF1PE9BAAucE&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 727.692ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API