v1
latestOpenAPI 3.0.22026-07-13125644.4 KBevents
Event Detail
Get details on a single event by ID.
get/events/{event_id}
Path parameters
event_idstring required
Query parameters
includeEventInclude[]
Additional includes for the Event response.
Additional includes for the Event response.
apikeystring
Headers
x-api-keystring
Response
Successful Response
Example response
{
"jurisdiction": {
"id": "ocd-jurisdiction/country:us/state:nc/government",
"name": "North Carolina"
},
"links": [
{
"url": "https://example.com/",
"note": "homepage"
}
],
"sources": [
{
"url": "https://example.com/",
"note": "homepage"
}
],
"media": [
{
"links": [
{
"url": "https://example.com/",
"note": "homepage"
}
]
}
],
"documents": [
{
"links": [
{
"url": "https://example.com/",
"note": "homepage"
}
]
}
],
"participants": [
{
"name": "JONES",
"entity_type": "person",
"organization": {
"id": "ocd-organization/32aab083-d7a0-44e0-9b95-a7790c542605",
"name": "North Carolina General Assembly",
"classification": "legislature"
},
"person": {
"id": "ocd-person/adb58f21-f2fd-4830-85b6-f490b0867d14",
"name": "Angela Augusta",
"party": "Democratic",
"current_role": {
"title": "Senator",
"division_id": "ocd-division/country:us/state:nc/sldu:3"
}
}
}
],
"agenda": [
{
"related_entities": [
{
"name": "JONES",
"entity_type": "person",
"organization": {
"id": "ocd-organization/32aab083-d7a0-44e0-9b95-a7790c542605",
"name": "North Carolina General Assembly",
"classification": "legislature"
},
"person": {
"id": "ocd-person/adb58f21-f2fd-4830-85b6-f490b0867d14",
"name": "Angela Augusta",
"party": "Democratic",
"current_role": {
"title": "Senator",
"division_id": "ocd-division/country:us/state:nc/sldu:3"
}
},
"bill": {
"id": "ocd-bill/12345678-0000-1111-2222-333344445555",
"other_identifiers": [
{
"identifier": "ocd-bill-mn-2025_2026-sf827"
}
]
},
"vote": {
"id": "ocd-vote/12345678-0000-1111-2222-333344445555",
"motion_text": "Shall the bill be passed?"
}
}
],
"media": [
{
"links": [
{
"url": "https://example.com/",
"note": "homepage"
}
]
}
]
}
]
}