Welcome to the DriveBC REST API!

This is a REST API for DriveBC weather.

The website is here.


Get all current weather observations

api/weather/observations

Get all weather observations for a single location

api/weather/observations/<id>

Examples


Get weather around a point

api/weather/[type]/around?lat=<lat>&long=<long>&distance=<distance in km>

Examples


Output Formats

api/<api method>?format=<output format>

Output formats include: kml, rss (GeoRSS), json, csv, html

The default format is HTML.

Examples