Using medkit with gov.bc.ca

Python integration

Install

pip install medkit

Quick start

import medkit

client = medkit.Client("YOUR_API_KEY")
Lists the geographical areas (e.g. districts) that can be used to filter events.
curl \
  http://api.open511.gov.bc.ca/areas
Lists road events
curl \
  http://api.open511.gov.bc.ca/events
Lists the jurisdictions publishing data through this Open511 API implementation
curl \
  http://api.open511.gov.bc.ca/jurisdiction
SDK on GitHub 📄 API Docs
SDK
medkit
Python
API
gov.bc.ca
gov.bc.ca:open511

At a glance

Language Python
Endpoints4
Base URLhttp://api.open511.gov.bc.ca