BG
BC Geographical Names Web Service - REST API
/nameAuthorities
Get all name authorities
Gets a list of all name authorities responsible for naming decisions of the geographical names in the BC Geographical Names Information System (BCGNIS)
liveunknown~3s typical
name authoritybc
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-gov-bc-ca-bcgnws /nameAuthorities 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":"/nameAuthorities","input":{"outputFormat":"json"}}'cli
npx cracked-ai run -p oa-gov-bc-ca-bcgnws -e /nameAuthorities -i '{"outputFormat":"json"}'mcp
run_tool({ provider: "oa-gov-bc-ca-bcgnws", endpoint: "/nameAuthorities", input: {"outputFormat":"json"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.