BC Geographical Names Web Service - REST API
BG
BC Geographical Names Web Service - REST API
/featureClasses

Get all feature classes

Gets a list of all feature classes used by the BC Geographical Names Information System (BCGNIS). Note: there are three levels of classification in the BCGNIS feature taxonomy: classes, categories and types. A type is a subset of a category, and a category is a subset of a class.

liveunknown~3s typical
feature taxonomybc
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-gov-bc-ca-bcgnws /featureClasses for me.

Input

FieldTypeDescription
outputFormat*string (json | xml)The format of the output. default "json"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-gov-bc-ca-bcgnws","endpoint":"/featureClasses","input":{"outputFormat":"json"}}'
cli
npx cracked-ai run -p oa-gov-bc-ca-bcgnws -e /featureClasses -i '{"outputFormat":"json"}'
mcp
run_tool({ provider: "oa-gov-bc-ca-bcgnws", endpoint: "/featureClasses", input: {"outputFormat":"json"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.