The Shippo Address API
Download OpenAPI description
Overview
URL
Shippo Support
Languages
Servers
https://api.goshippo.com
- https://api.goshippo.com/v2/addresses/parse
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.goshippo.com/v2/addresses/parse?address=Shippo%20731%20Market%20St%20%23200%2C%20San%20Francisco%2C%20CA%2094103%20US%20shippo%40shippo.com%20%2B1-555-999-8888' \
-H 'Authorization: ShippoToken <API_TOKEN>'Response
application/json
{ "email": "user@shippo.com", "phone": "+1-4155550132", "address_line_1": "731 Market Street", "address_line_2": "#200", "city_locality": "San Francisco", "state_province": "CA", "postal_code": "94103", "country_code": "US" }