Do not use the data from this repository directly. See one of the links below.
| Format | Data | Schema | Notes |
|---|---|---|---|
| JSON (simplified) | data.ottrec.ca/export/latest.json | schema.json | Recommended for most uses, easiest to use. |
| CSV (simplified) | data.ottrec.ca/export/latest.csv.zip | schema.csv | Recommended for tools which require CSV. |
| Protobuf (raw) | data.ottrec.ca/v1/latest/pb | schema.proto | Best for advanced use cases, least lossy. |
| TextPB (raw) | data.ottrec.ca/v1/latest/textpb | schema.proto | Best for manual inspection when testing. |
| JSON (raw) | data.ottrec.ca/v1/latest/json | schema.proto | Not recommended. |
I strongly recommend using the simplified data, as it abstracts away changes in the schema, it is much easier to use correctly, and it resolves ambiguity while preserving the raw values where needed.
For more usage information and historical data, see here.
For technical information about how this data is scraped, see here.
You can report issues here.