Elections: electionQuery
クエリ可能な選挙のリスト。
実習をご覧ください。
リクエスト
HTTP リクエスト
GET https://www.googleapis.com/civicinfo/v2/elections
リクエスト本文
このメソッドをリクエストの本文に含めないでください。
レスポンス
成功すると、このメソッドは次の構造を含むレスポンスの本文を返します。
{
"kind": "civicinfo#electionsQueryResponse",
"elections": [
elections Resource
]
}
プロパティ名 |
値 |
説明 |
メモ |
kind |
string |
リソースの種類を指定します。値: 固定文字列 "civicinfo#electionsQueryResponse" 。 |
|
elections[] |
list |
利用可能な選挙のリスト |
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 2024-08-21 UTC。"],[[["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."]]],[]]