openapi: 3.1.0 info: title: BC Data Catalogue CKAN Datasets Site API description: The British Columbia Data Catalogue exposes a CKAN 2.9 API at /api/3/action/ for searching and retrieving open dataset metadata, organizations, groups, tags, and resources without authentication. version: '3' contact: name: BC Data Catalogue url: https://catalogue.data.gov.bc.ca/ servers: - url: https://catalogue.data.gov.bc.ca/api/3 description: Production CKAN API tags: - name: Site paths: /action/status_show: get: summary: Show site status operationId: statusShow tags: - Site responses: '200': description: Site configuration content: application/json: schema: $ref: '#/components/schemas/CkanResponse' components: schemas: CkanResponse: type: object properties: help: type: string success: type: boolean result: {} error: type: object properties: message: type: string __type: type: string