-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
import requests
post_code_api = "2xdPQUdUwo124JYUgUKaP6D5GwYber kP15uSmYzi"
headers = {
"Accept": "application/json",
"Accept-Language": "en",
# this is the v1 api
# "Api-Key": post_code_api,
# this is the v2 api
"X-Api-Key": post_code_api,
}
r = requests.get("https://postcode-api.apiwise.nl/v2/addresses/?postcode=3023gd", params = headers)
print(r.status_code)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels