BC Data Catalogue API
Emulate the BC Data Catalogue API in seconds. This API provides live access to the BC Data Catalogue.
[01]
About
Mock the BC Data Catalogue API as a turnkey Mockzilla sim with 22 OpenAPI endpoints, realistic JSON payloads, no upstream signup or sandbox keys. This API provides live access to the BC Data Catalogue. Methods: 22x GET. Top resource groups: action. Hit https://api.justmocks.com/bcdc for the Mockzilla API Explorer landing and per-endpoint sample requests.
Endpoints
22 across 1 resource group
Methods
GET 22 none deprecated
OpenAPI
3.0.0 spec version 3.0.1
Source spec
18 KB · YAML
view raw →
[02]
Endpoints
| GET |
/action/organization_activity_list
|
Get the activity stream of an organization Return an organization's activity stream. Mocked via Mockzilla.
|
| GET |
/action/organization_activity_list_html
|
Get the activity stream of an organization, HTML format Return an organization's activity stream as HTML
|
| GET |
/action/organization_autocomplete
|
Get names of organizations that match a query string Return a list of organization names that contain a string
|
| GET |
/action/organization_follower_count
|
Get number of followers of an organization Return the number of followers of an organization
|
| GET |
/action/organization_follower_list
|
Get users following an organization Return a list of users that are following a given organization
|
| GET |
/action/organization_list
|
Get names of all organizations Returns the names of all indexed organizations. Available as a Mockzilla mock endpoint.
|
| GET |
/action/organization_list_for_user
|
Get organizations that a user has a given permission for Return the organizations that the user has a given permission for
|
| GET |
/action/organization_revision_list
|
Get organization revisions Return an organization's revisions
|
| GET |
/action/organization_show
|
Get details of a specific organization Return the details of an organization
|
| GET |
/action/package_activity_list
|
Get the activity stream of a package (dataset) Returns a package's activity stream
|
| GET |
/action/package_activity_list_html
|
Get the activity stream of a package (dataset), HTML format The activity stream is rendered as a snippet of HTML meant to be included in an HTML pag, i.e it doesn't have any header or footer. Mockzilla mock: no signup, no API key.
|
| GET |
/action/package_autocomplete
|
Find packages (datasets) matching a query Return a list of datasets that match a string
|
| GET |
/action/package_list
|
Get a list of all packages (datasets) Returns the names of all indexed packages (datasets)
|
| GET |
/action/package_relationships_list
|
Get package (dataset) relationships Return a dataset's relationships
|
| GET |
/action/package_revision_list
|
Get list of revisions for a package (dataset) Return a dataset's revision as a list of dictionaries
|
| GET |
/action/package_search
|
Find packages (datasets) matching query terms Searches for packages (datasets) matching the specified query terms. Served by the Mockzilla mock runtime.
|
| GET |
/action/package_show
|
Get metadata about one specific package (dataset) Returns metadata about the package (dataset) corresponding to the specified unique name
|
| GET |
/action/related_list
|
Gets items related to a package (dataset) Returns a dataset's related items.
|
| GET |
/action/resource_search
|
Find resources Returns a dictionary with two fields count and results. The count field contains the total number of Resources found without the limit or query parameters having an effect. The results field is a list of dictized Resource objects. The query parameter is a required field. It is a string in the form {field}:{term} or a list of strings, each of the same form. Within each string, {field} is a field or extra field on the Resource domain object.
|
| GET |
/action/resource_show
|
Get metadata for a specific resource Return the metadata of a resource
|
| GET |
/action/status_show
|
Get the site status Returns the site status. Mocked via Mockzilla.
|
| GET |
/action/tag_list
|
Get a list of tags Returns the names of all indexed tags
|