Last updated: November 2024
Find answers to common questions and learn how to use OpenData Altius APIs.
Visit the signup page and register with your email.
After login, go to your dashboard to find your unique API token.
curl -H "Authorization: Token YOUR_TOKEN" \
https://opendata.altius-group.ch/health/swissmedic/api/v1/products/
Add your token in the Authorization header:
curl -H "Authorization: Token abc123..." \
https://opendata.altius-group.ch/api/...
import requests
headers = {
'Authorization': 'Token abc123...'
}
response = requests.get(url, headers=headers)
Access Swiss pharmaceutical products, substances, and articles.
Base URL:
/health/swissmedic/api/v1/
Enhanced version with detailed medication data.
Base URL:
/health/swissmedic/api/v2/
Need higher limits? Contact us at support@altius-group.ch
Cause: Missing or invalid API token
Solution:
Authorization: Token abc123...Cause: Too many requests in a short time
Solution: