B

BC Laws

by BC Laws Free tier

BC Laws is an electronic library providing free public access to the laws of British Columbia. BC Laws is hosted by the Queen's Printer of British Columbia and published in partnership with the Ministry of Justice and the Law Clerk of the Legislative Assembly.BC Laws contains a comprehensive collect

authbclaws

Quick Reference

Base URL http://www.bclaws.ca/civix Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation http://www.bclaws.ca/civix Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score D 37% builder-friendly
Pricing
28
Latency
0
Depth
72

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
GET /content/{aspectId} Describes the documents and directories available within a specific 'aspect' (content group) of the BCLaws library
GET /content/{aspectId}/{civixDocumentId} Lists the metadata available for the specified index or directory from the BCLaws legislative respository
GET /document/id/{aspectId}/{civixIndexId}/{civixDocumentId} Retrieves a specific document from the BCLaws legislative repository (HTML format)
GET /document/id/{aspectId}/{civixIndexId}/{civixDocumentId}/search/{searchString} Retrieves a specific document from the BCLaws legislative repository with search text highlighted (HTML format)
GET /document/id/{aspectId}/{civixIndexId}/{civixDocumentId}/xml Retrieves a specific document from the BCLaws legislative repository (XML format)
GET /document/id/{aspectId}/{civixIndexId}/{civixDocumentId}/xml/search/{searchString} Retrieves a specific document from the BCLaws legislative repository with search text highlighted (XML format)
GET /search/{aspectId}/fullsearch A listing of metadata available for the specified aspect and search term from the BCLaws legislative repository

Sample Request

curl -X GET 'http://www.bclaws.ca/civix/content/{aspectId}' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official BC Laws documentation.