Elections
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
关于选举和选民信息的集合。
有关此类资源的方法列表,请参阅本页面的结尾部分。
资源表示形式
查询的选举的相关信息。
{
"id": long,
"name": string,
"electionDay": string,
"ocdDivisionId": string
}
属性名称 |
值 |
说明 |
备注 |
electionDay |
string |
选举日,采用 YYYY-MM-DD 格式。 |
|
id |
long |
此选举的唯一 ID。 |
|
name |
string |
选举的可显示名称。 |
|
ocdDivisionId |
string |
选举的政治部门。表示为 OCD 部门 ID。本次选举的结果涵盖这些政治管辖区内的选民。这通常是一个州,例如 ocd-division/country:us/state:ca;对于中期选举或大选,整个美国的州(例如 ocd-division/country:us)。 |
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-23。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-08-23。"],[[["This resource provides information about elections, including the election's unique ID, name, date, and political division."],["Users can access details about specific elections by querying with available methods."],["The resource also offers voter information based on registered address using the voterInfoQuery method."],["Representations of the election data are provided in JSON format for easy integration."]]],[]]