Internet Governance Meeting Datasets
Packet Clearing House maintains the global Internet Governance Calendar.
API data is provided under the terms and conditions of the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Read here for full details of what you are entitled to do with the datasets.
We appreciate if you contact us to let us know that you are using the dataset. It helps us understanding the audience of the datasets and future needs.
If you have any questions regarding the datasets or would like to get in touch please email us at info@pch.net.
Make sure you fully understand the content of the dataset before incorporating into your analysis. If unsure, please email us at info@pch.net
Meetings
URL and parameters
This API lists all Internet Governance Meetings for a given year:
https://www.pch.net/api/internet_governance_meetings_list
https://www.pch.net/api/internet_governance_meetings_list(?year=2026)
Such that:
?year=2026- this query string can optionally be added on. The default year is the current year, but passing this query string will result in JSON data for that specific year.
Response (Toggle)
JSON objects will be returned with the following fields:id- Internal PCH ID for this record. Example: "1"start- Start date of the event.mo- Month of the event.end- End date of the event.name- Name of the event.atts- Number of attendees in the event.host- Host of the event.ctry- Country of this event. Example: "Argentina"rgn- Region of this event. Example: "Latin America"contact- Contact information for this eventcity- City of this event. Example: "Buenos Aires"status- Current status of the event. Example: Active, Cancelled, Rescheduledmode- Mode of the event. Example: Face2Face, Teleconference, Hybridlat- Latitude of event location.lon- Longitude of event location.url- Event URL
Example (Toggle)
A call to this API:
https://www.pch.net/api/internet_governance_meetings_list?year=2016
Would return number of rows, the first bit of which would be:
[
{
"id":"3098",
"start":"2016-01-12",
"mo":"Jan",
"end":"2016-01-12",
"name":"WAIA AGM 2016",
"atts":"0",
"host":"West Australia Network",
"contact":"",
"ctry":"Australia",
"rgn":"Asia-Pacific",
"city":"",
"status":"",
"reid":"",
"mode":"",
"type":"",
"lat":"",
"lon":"",
"url":"",
"pch":"no",
"pdays":0,
"dates":"12",
"days":1,
"starte":1452556800,
"rename":""
}
]