All data sources

Queensland Open Data Portal

No authqld-open-data

Queensland Open Data Portal — 188k+ QLD government datasets. Strong O&G: petroleum/gas production stats, CSG/condensate/crude/LPG/natural-gas reserves, tenure, environment. CKAN 3 with search, package/resource metadata, and datastore queries incl. SELECT-only SQL. Platform JWT embedded for higher rate limits. METHODS: packageSearch, packageShow, resourceShow, datastoreSearch, datastoreSearchSql, listOrganizations, listGroups, getServiceInfo RULES: 1. `datastore_active: true` ≠ parsed rows; XLSX often empty — fall back to download URL. 2. Pagination caps at 1000 rows; use `start` / `offset`. 3. datastoreSearchSql rejects non-SELECT.

Provenance

PublisherQueensland Open Data Portal

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (8)

  • packageSearch

    read

    Search QLD datasets by keyword or CKAN fq filter (Queensland Open Data Portal).

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }
  • packageShow

    unknown

    Full dataset metadata + resource list (Queensland Open Data Portal).

    Required paramsid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "id": {}
      },
      "additionalProperties": true,
      "required": [
        "id"
      ]
    }
  • resourceShow

    unknown

    Resource metadata + download URL (CSV/XLSX/etc.).

    Required paramsid
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "id": {}
      },
      "additionalProperties": true,
      "required": [
        "id"
      ]
    }
  • datastoreSearch

    read

    Query parsed tabular resource data by filters / fields / sort.

    Required paramsresourceId
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "resourceId": {}
      },
      "additionalProperties": true,
      "required": [
        "resourceId"
      ]
    }
  • datastoreSearchSql

    read

    SELECT-only SQL passthrough against datastore tables.

    Required paramssql
    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "sql": {}
      },
      "additionalProperties": true,
      "required": [
        "sql"
      ]
    }
  • listOrganizations

    read

    List QLD publishing agencies.

    Entitiescompany
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }
  • listGroups

    read

    List dataset categories (Queensland Open Data Portal).

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }
  • getServiceInfo

    read

    CKAN site status (Queensland Open Data Portal).

    Entitiesmetadata
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }