Elections: electionQuery
可查詢的選舉清單。
立即試用。
要求
HTTP 要求
GET https://www.googleapis.com/civicinfo/v2/elections
要求主體
請勿使用這個方法提供請求主體。
回應
如果成功的話,這個方法會傳回回應內文,其結構如下:
{
"kind": "civicinfo#electionsQueryResponse",
"elections": [
elections Resource
]
}
屬性名稱 |
值 |
說明 |
附註 |
kind |
string |
標示資源的種類。值:固定字串 "civicinfo#electionsQueryResponse" 。 |
|
elections[] |
list |
可選選舉清單 |
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-21 (世界標準時間)。
[null,null,["上次更新時間:2024-08-21 (世界標準時間)。"],[[["The Elections Query request lets you see the list of elections currently available to query."],["It's an HTTP GET request to the endpoint `https://www.googleapis.com/civicinfo/v2/elections` with no request body."],["A successful response will contain a list of `elections` resources, providing details of each election."]]],[]]