> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pingnetwork.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Region

***

You can target a specific region (state) by specifying the `region` in the proxy string. Regions can be things like states, provinces, or territories depending on the country. Valid examples are `california`or `southern.cape`.

### Valid examples

region-california
region-new\.jersey

## Code example

Example: request from **California** (cURL):

```bash theme={null}
curl -x USERNAME-region-california:PASSWORD@proxy.pingnetwork.io:7776 https://ipinfo.io/json
```

## Download list of regions

You can download the full list of supported regions here:

<div className="mt-3 inline-flex items-center gap-3 rounded-xl border border-zinc-700/60 bg-zinc-900/40 p-4 hover:border-zinc-500/70">
  <svg width="22" height="22" viewBox="0 0 24 24" fill="none" className="shrink-0">
    <path d="M12 3v10m0 0l-3.5-3.5M12 13l3.5-3.5M4 17v2a2 2 0 002 2h12a2 2 0 002-2v-2" stroke="currentColor" strokeWidth="1.6" strokeLinecap="round" strokeLinejoin="round" />
  </svg>

  <div>
    <div className="text-sm text-zinc-400">Download file</div>

    <a href="/regions.json" download className="font-medium underline underline-offset-4">
      regions.json
    </a>
  </div>
</div>
