Dear Integrator,
We’re pleased to inform you of an update to the Navigatr API that provides more granular address data in badge responses. This improvement does not require any changes to your existing integrations, but it does allow for enhanced data handling should you wish to leverage it.
What’s New?
In addition to the existing address attribute, which displays the address in plain text, we’ve added a new postal_address attribute in the badge response schema. The postal_address attribute offers a JSON-formatted address breakdown, including details such as street, postcode, city, and more.
Why This Matters
This change allows you to build even smarter integrations by accessing address components in a structured format, making it easier to display addresses accurately within your platform.
Example Response
Here’s how the postal_address is displayed in a badge response using the /v1/badge/ endpoint:
"postal_address": {
"full_address": "Leeds City College Technology Campus, Cookridge Street, Leeds, England LS2 8BL, United Kingdom",
"name": "Leeds City College Technology Campus",
"number": null,
"street": "Cookridge Street",
"postcode": "LS2 8BL",
"locality": null,
"city": "Leeds",
"district": "West Yorkshire",
"region": "England",
"country": "United Kingdom"
}
We hope this update adds value to your integrations by enabling more precise address handling. If you have any questions or would like further information, please don’t hesitate to contact sup...@navigatr.app.
Best regards,
The Navigatr API Team