Vatican City Postal Code API

Look up codice di avviamento postale (CAP)s in Vatican City with PostalDataPI — sub-10ms responses, one API key for 70+ countries.

Country Code

VA

Format

NNNNN

Example

00120

About Vatican City codice di avviamento postale (CAP)s

Vatican City has a single postal code: 00120. All mail to the Vatican uses this code, managed by the Vatican Post Office (Poste Vaticane).

Local term: codice di avviamento postale (CAP) | Regex pattern: ^00120$

API Usage Examples

cURL

curl -X POST https://postaldatapi.com/api/lookup \
  -H "Content-Type: application/json" \
  -d '{"zipcode": "00120", "country": "VA", "apiKey": "YOUR_API_KEY"}'

Python

from postaldatapi import PostalDataPI

client = PostalDataPI(api_key="YOUR_API_KEY")
result = client.lookup("00120", country="VA")
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('00120', { country: 'VA' });
console.log(result.placeName, result.latitude, result.longitude);

$0.000028 per query

Same price for Vatican City and all 70+ countries. No tiers, no per-country pricing.

Vatican City Postal Code API | PostalDataPI