Provides information about parcels in transport
The PostNord API provides information about parcels in transport, accessible via their developer portal.
import requests
url = "https://api.postnord.com/v1/parcels/YOUR_TRACKING_NUMBER"
headers = {
"X-API-Key": "YOUR_API_KEY"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)