/meetingAPI keyWhen bodies meet, and their packets
Operation ID list_meeting_meeting_get
Parameters
query
- bodystring[]
- A
bod_id. Repeatable. - date[gte]string | null
- No description.
- date[lte]string | null
- No description.
- qstring | null
- Full text over agendas and minutes.
- cursorstring | null
- From a previous page's
page.next_cursor. - sizeinteger | null
- Default 25.
- regionstring | null
- A saved
rgn_region, or a statistical area such as a CBSA (sta_id). Membership resolves atas_of. - jurisdictionstring[]
- A
jur_id or fips_key. Repeatable. - statestring | null
- Two-letter postal code or two-digit FIPS.
- countystring | null
- County FIPS, 5 digits, or a county's
jur_id. - geometrystring | null
- WKT or GeoJSON. Jurisdictions that intersect it.
- buffernumber | null
- Feet around
geometry.
Responses
- 200
- Collection_Meeting_
- Successful Response
- 401
- empty
- No usable credential.
- 402
- ErrorResponse
quota_exhausted: out of credit. Credit is prepaid and the balance cannot go below zero, so add credit rather than retrying.- 403
- ErrorResponse
entitlement_missing: the plan does not cover this operation.- 404
- ErrorResponse
- No such id. The only meaning of 404.
- 422
- ErrorResponse
- The request cannot be answered as asked. The code says why.
- 429
- ErrorResponse
rate_limited, withRetry-After.- 501
- ErrorResponse
not_available: this operation does not answer yet.
Example request
curl -X GET 'http://localhost:8000/meeting?size=50&jurisdiction=value&state=NC' \
-H 'X-API-Key: $PLACESTACK_API_KEY'Example response
{
"request": {
"path": "<Path>",
"param": {},
"dry_run": false
},
"meta": {
"contract_date": "2026-09-13",
"vocabulary_version": "<Vocabulary Version>",
"request_id": "req_01h455vb4pex5vsknk084sn02q",
"api_version": "v1",
"answer_id": "ans_01h455vb4pex5vsknk084sn02q",
"answer_through": 1,
"unit": {
"key": "string"
},
"cost": "<Cost>"
},
"item": [
{
"id": "mtg_01h455vb4pex5vsknk084sn02q",
"jurisdiction": "<JurisdictionRef>",
"body": "<BodyRef>",
"starts_at": "2026-09-13T12:00:00Z",
"timezone": "<Timezone>",
"status": "scheduled",
"href": "<Href>",
"location_text": "string",
"agenda": "<Packet>",
"minutes": "<Packet>",
"staff_report": [
"<StaffReport>"
],
"hearing": [
"<HearingRef>"
]
}
],
"page": {
"size": 1,
"next_cursor": "string",
"indeterminate": 0,
"total": "<envelope__Total>"
},
"as_of": {
"resolved": "<Interval>",
"timezone": "<Timezone>",
"basis": "requested",
"known_as_of": "2026-09-13T12:00:00Z",
"known_as_of_basis": "requested",
"requested": "string",
"earliest_retained": {
"key": "2026-09-13"
},
"constant": true,
"segment_count": 1
},
"notice": [
{
"code": "as_of_interval_spans_change",
"severity": "info",
"detail": "<Detail>",
"count": 1,
"subject": [
"string"
]
}
],
"coverage": {
"jurisdiction": "jur_01h455vb4pex5vsknk084sn02q",
"layer": {
"key": "<CoverageLayer>"
},
"href": "<Href>"
}
}