Zum Hauptinhalt springen
tsecurity.de LIVE
Echtzeit-Radar & Feeds
Alle RSS Feeds
👥 Community & Social
Sichere ProgrammierungPlanning a DEX Product Without Starting With Smart Contracts(21.09.2026 um 15:26 Uhr)
Malware / Trojaner / VirenInside BambooToken’s Linux implant: shell and file control over MQTT(21.09.2026 um 12:37 Uhr)
Linux Tipps & HardeningVoid Linux (base) as a server distro?(21.09.2026 um 14:13 Uhr)
IT Security VideoBlack Hat Stories | Ryan & Isabella Barnett(21.09.2026 um 15:30 Uhr)
IT Security NachrichtenSuccess of Trump-Xi summit lies in what happens afterwards(21.09.2026 um 14:30 Uhr)
Sichere ProgrammierungPlanning a DEX Product Without Starting With Smart Contracts(21.09.2026 um 15:26 Uhr)
Malware / Trojaner / VirenInside BambooToken’s Linux implant: shell and file control over MQTT(21.09.2026 um 12:37 Uhr)
Linux Tipps & HardeningVoid Linux (base) as a server distro?(21.09.2026 um 14:13 Uhr)
IT Security VideoBlack Hat Stories | Ryan & Isabella Barnett(21.09.2026 um 15:30 Uhr)
IT Security NachrichtenSuccess of Trump-Xi summit lies in what happens afterwards(21.09.2026 um 14:30 Uhr)
Intelligence View
⚡ tsecurity.de Intelligence

Introducing USPS ZIP+4 Postal Code Support for the Geocoding API

We're excited to announce a new addition to our Geocoding API: optional USPS ZIP+4 postal code support. 🎯 If you've ever wondered why some addresses need those extra four digits after the postal code, or if you've been struggling with po…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

We're excited to announce a new addition to our Geocoding API: optional USPS ZIP+4 postal code support. 🎯



If you've ever wondered why some addresses need those extra four digits after the postal code, or if you've been struggling with postal code precision in your delivery or logistics apps, this feature is for you.






What Are USPS ZIP+4 Codes?



First, a quick primer. Standard US postal codes are five digits—think 90001, 20500, 78702. They identify a delivery area that can cover hundreds of buildings.



ZIP+4 codes extend this with four additional digits: 90001-1234. This precision can pinpoint a specific building, apartment complex, or even a particular mail delivery point. USPS uses these internally, and they're invaluable for:




  • Delivery services needing exact address matching

  • Logistics companies optimizing routes

  • E-commerce platforms reducing shipping errors

  • Financial institutions requiring verified address data






The New plus4_code Parameter



You can optionally request ZIP+4 data from our (reverse) geocoding endpoint.



Parameter Details:





  • Name: plus4_code


  • Type: Boolean


  • Default: false (backward compatible ✅)


  • New in: API v6






Basic Usage



The parameter is completely optional. Your existing code continues to work unchanged.






Without Plus+4 codes (existing behavior):






curl "https://api.mapbox.com/search/geocode/v6/reverse?
access_token=<YOUR_MAPBOX_ACCESS_TOKEN>&
permanent=true&
longitude=-74.088598&
latitude=40.636894"







Response:




{
"type":"FeatureCollection",
"features":[
{
"type":"Feature",
"properties":{
"...":"...",
"context":{
"address":{
"...":"..."
},
"postcode":{
"mapbox_id":"postcode.7931371025063902",
"name":"10301",
},
"locality":{
"...":"..."
}
}
}
}
]
}









With ZIP+4 enabled (new):






curl "https://api.mapbox.com/search/geocode/v6/reverse?
access_token=<YOUR_MAPBOX_ACCESS_TOKEN>&
permanent=true&
longitude=-74.088598&
latitude=40.636894&
plus4_code=true"







Response:




{
"type":"FeatureCollection",
"features":[
{
"type":"Feature",
"properties":{
"...":"...",
"context":{
"address":{
"...":"..."
},
"postcode":{
"mapbox_id":"postcode.7931371025063902",
"name":"10301",
"plus4_code":"2852"
},
"locality":{
"...":"..."
}
}
}
}
]
}









Quick Example






// Accessing the ZIP+4 code in your response
const plus4 = response.features[0].properties.context.postcode.plus4_code; // "2852"
const fullZip = `${postcode}-${plus4}`; // "10301-2852"









When ZIP+4 Codes Are Unavailable



Not every location has a ZIP+4 code. Rural areas, PO boxes, some commercial addresses, and locations outside the United States may not have them. When unavailable, the field will be omitted entirely from the response






Closing



Give it a try and let us know how it works for your use case. We'd love to hear your feedback in the comments!



Happy geocoding! 🗺️






Have a cool use case for Plus+4 postal codes? Share it in the comments below!

Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Introducing USPS ZIP+4 Postal Code Support for the Geocoding API

Thematisch verwandte Begriffe: Introducing, USPS, ZIP4, Postal · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-94142 | A security vulnerability has been detected in BioStar Temperature Monito…
Advisory →
TTS Reader • tsecurity.de Voice
tsecurity.de Icon
tsecurity.de App
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag
Themen-Radar & Intelligence Matrix
Echtzeit-Taxonomie nach Angriffsvektoren & Plattformen

tsecurity.de Live Threat Radar

🔴 LIVE RADAR
MONITORING
AKTIV
CVE-DATENBANK
LIVE
🔍
Community Radar & Live Chat
Sentinel Bot online • Live-Stream
Dein Cluster: Security Explorer
Match:
lädt…
Verbindung zum Community-Stream wird aufgebaut...
Bearbeitungsmodus — Senden überschreibt deine Nachricht
Community-Puls — was gerade passiert
lädt…
Aktivitäten deiner Analysten
lädt…
Neues Thema oder Eilmeldung einreichen

Reiche interessante Links, Zero-Days oder Debatten ein. Die Community entscheidet per Upvote über die Veröffentlichung.

Heiß diskutierte Einreichungen
🔖 Gespeicherte Artikel
📂 Keine gespeicherten Artikel vorhanden.
Zurück Ziehen Vor
Links: vorheriger Artikel Rechts: nächster Artikel unten: schließen
News NIS-2 Frühwarnung Tier-1 Intel ⏱️ 3 Min vor 10 Min
Artikeldaten werden geladen...

Zurück: vorheriger Vor: nächster
↗ Original-Quelle
Social Reaktionen Deine Reaktion zählt
Einstufung & Relevanz-Poll 0 Stimmen
In sozialen Netzwerken teilen 1-Klick