Usda Snap Rate Limits

The SNAP Retailer Location Data API is a free, anonymous, read-only Esri ArcGIS hosted Feature Service. USDA FNA does not publish a documented numeric per-account or per-IP request-rate limit for this service - no API key, quota, or tiering is required or offered. The only confirmed, documented ceiling is Esri's per-request `maxRecordCount` of 1,000 records, which callers work around with `resultOffset`/`resultRecordCount` pagination across the ~254,048 nationwide retailer records (count confirmed live via `returnCountOnly=true` on the review date). As a shared ArcGIS Online-hosted service, USDA's own platform capacity (and standard Esri/Cloudflare-level abuse protections) could still throttle or block clients that issue an unreasonably high request volume, but no published threshold exists for that behavior.

Usda Snap Rate Limits is the machine-readable rate-limit profile for USDA SNAP Retailer Locator on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring records, requests, and requests per minute.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include SNAP, USDA, Government Data, ArcGIS, and Rate Limiting.

3 Limits Throttle: not published
SNAPUSDAGovernment DataArcGISRate LimitingQuotas

Limits

Per-Request Record Limit request
records
1000
Confirmed live maxRecordCount on the snap_retailer_location_data layer; page with resultOffset/resultRecordCount to retrieve more.
API Key / Authentication account
requests
not required
The service is queried anonymously; no API key, token, or registration is needed.
Request Rate client
requests per minute
not published
No documented numeric request-rate ceiling; standard ArcGIS Online platform capacity applies.

Policies

Pagination
Use resultOffset and resultRecordCount (max 1,000 per page) to walk the full ~254,048-record nationwide dataset.
Bulk Export Preference
For full-dataset refreshes, use the ArcGIS Hub item's CSV/Shapefile/GeoJSON/KML export rather than repeated paginated queries.
Read-Only
The layer's only capability is Query - no create, update, or delete operations are exposed publicly.

Sources