Get meetings for a city
Path parameters
Unique city identifier
Query parameters
Maximum number of meetings to return (1-100)
Response
Returns an array ofMeeting objects.
Unique meeting identifier
Meeting name in local language
Meeting name in English
Meeting date and time (ISO 8601 format)
YouTube video URL
Direct video URL (if available)
Audio file URL (if available)
Mux playback ID for video streaming
Whether the meeting has been released publicly
Associated city identifier
The administrative body that held the meeting
Array of subjects discussed in the meeting
Error responses
Invalid query parameters
Failed to fetch meetings
Get transcript for a meeting
Path parameters
Unique city identifier
Unique meeting identifier
Response
Returns an array ofSpeakerSegment objects ordered by timestamp.
Unique segment identifier
Start time in seconds from meeting beginning
End time in seconds from meeting beginning
Basic meeting information
Speaker information (null if speaker is unidentified)
Transcribed speech text
AI-generated summary of the segment
Error responses
Transcript not found
Failed to fetch transcript