BG
BC Geographical Names Web Service - REST API
/featureCategories
Get all feature categories
Gets a list of all feature categories 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
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-gov-bc-ca-bcgnws /featureCategories for me.
Input
| Field | Type | Description |
|---|---|---|
| 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":"/featureCategories","input":{"outputFormat":"json"}}'cli
npx cracked-ai run -p oa-gov-bc-ca-bcgnws -e /featureCategories -i '{"outputFormat":"json"}'mcp
run_tool({ provider: "oa-gov-bc-ca-bcgnws", endpoint: "/featureCategories", input: {"outputFormat":"json"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.