Twinkle HubTwinkle Hub

香港立法會議案搜尋

hk_search_bills

🇭🇰 Hong Konglecture seule

Scope: Hong Kong public datasets and government data.

Search LegCo BillsDB · Legislative Council of Hong Kong bills.

Args: keyword: substring match on bill_title_eng OR bill_title_chi (e.g. "Immigration", "入境", "Companies", "公司"). top: page size (default 20). skip: pagination offset.

Returns OData {"value": [...]} · newest first. Rich fields: bill_title_eng/chi, internal_key, first_reading_date, second_reading_date, third_reading_date, ordinance_gazette_date, ordinance_title_eng/chi, proposed_by_eng, ordinance_year_number_eng.

Paramètres

NomTypeDescription
keywordstring
topinteger
skipinteger
Schéma JSON brut
{
  "properties": {
    "keyword": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Keyword"
    },
    "top": {
      "default": 20,
      "title": "Top",
      "type": "integer"
    },
    "skip": {
      "default": 0,
      "title": "Skip",
      "type": "integer"
    }
  },
  "title": "hk_search_billsArguments",
  "type": "object"
}

Comment appeler

Amorce — paramètres dans le tableau
hk_search_bills({ keyword: "…" })