Us Virgin Islands Postal Code API
Look up postal codes in Us Virgin Islands with PostalDataPI — sub-5ms responses, one API key for 240+ countries and territories.
Country Code
VI
Format
NNNNN
Example
00820
About Us Virgin Islands postal codes
The US Virgin Islands use standard USPS 5-digit ZIP codes: 008xx range. Charlotte Amalie (St. Thomas) uses 00802, Christiansted (St. Croix) uses 00820, Cruz Bay (St. John) uses 00830. Purchased from Denmark in 1917 for $25 million, the islands' postal system transitioned from Danish to American administration.
Local term: postal code | Regex pattern: ^\d{5}$
API Usage Examples
cURL
curl -X POST https://postaldatapi.com/api/lookup \
-H "Content-Type: application/json" \
-d '{"zipcode": "00820", "country": "VI", "apiKey": "YOUR_API_KEY"}'Python
from postaldatapi import PostalDataPI
client = PostalDataPI(api_key="YOUR_API_KEY")
result = client.lookup("00820", country="VI")
print(result.place_name, result.latitude, result.longitude)Node.js
import { PostalDataPI } from 'postaldatapi';
const client = new PostalDataPI({ apiKey: 'YOUR_API_KEY' });
const result = await client.lookup('00820', { country: 'VI' });
console.log(result.placeName, result.latitude, result.longitude);$0.000028 per query
Same price for Us Virgin Islands and all 240+ countries and territories. No tiers, no per-country pricing.