Horizon and Altitude

The Meteonorm API provides two end points to query the horizon and altitude of a location:

curl -H "Authorization: Bearer demo0000-0000-0000-0000-000000000000" \
    --get \
    --data "lat=50" \
    --data "lon=10" \
    "https://demo.meteonorm.com/v1/horizon"
sh
curl -H "Authorization: Bearer demo0000-0000-0000-0000-000000000000" \
    --get \
    --data "lat=50" \
    --data "lon=10" \
    "https://demo.meteonorm.com/v1/altitude"
sh

See the API Reference for details.

Note: These examples use our demo API URL. No registration required! See Free lat/lon locations for more information on how you can test the Meteonorm API free of charge. For operational use, replace demo.meteonorm.com with api.meteonorm.com.