Twinkle HubTwinkle Hub

香港立法會會議紀錄

hk_search_hansard

🇭🇰 香港読み取り専用

Scope: Hong Kong public datasets and government data.

List LegCo Hansard meeting records (metadata + PDF/HTML URL).

Args: date_from / date_to: yyyy-MM-dd on MeetingDate. lang: "English" or "Chinese" (HansardType filter). top / skip: pagination.

Returns OData {value: [...]} where each row has HansardID, MeetingDate, AgendaDate, HansardType, HansardFileURL, isCEQT, isCEQandA.

パラメータ

名前説明
date_fromstring
date_tostring
langstring
topinteger
skipinteger
生の JSON schema
{
  "properties": {
    "date_from": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Date From"
    },
    "date_to": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Date To"
    },
    "lang": {
      "default": "English",
      "title": "Lang",
      "type": "string"
    },
    "top": {
      "default": 20,
      "title": "Top",
      "type": "integer"
    },
    "skip": {
      "default": 0,
      "title": "Skip",
      "type": "integer"
    }
  },
  "title": "hk_search_hansardArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
hk_search_hansard({ date_from: "…" })