Montenegro Postal Code API
Look up postal codes in Montenegro with PostalDataPI — sub-5ms responses, one API key for 240+ countries and territories.
Country Code
ME
Format
varies
Example
4001-4007
About Montenegro postal codes
Montenegro uses 5-digit postal codes inherited from the Yugoslav PTT system. Podgorica codes start with 81, Cetinje (the old royal capital) with 81, Budva with 85. Independent since 2006, the system managed by Posta Crne Gore covers this Adriatic coastal nation.
Local term: postal code | Regex pattern: ^.+$
API Usage Examples
cURL
curl -X POST https://postaldatapi.com/api/lookup \
-H "Content-Type: application/json" \
-d '{"zipcode": "4001-4007", "country": "ME", "apiKey": "YOUR_API_KEY"}'Python
from postaldatapi import PostalDataPI
client = PostalDataPI(api_key="YOUR_API_KEY")
result = client.lookup("4001-4007", country="ME")
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('4001-4007', { country: 'ME' });
console.log(result.placeName, result.latitude, result.longitude);$0.000028 per query
Same price for Montenegro and all 240+ countries and territories. No tiers, no per-country pricing.