Skip to content

Acquiring Events Data

Common specification of event data

The event data has the following common columns.

Column Name Data Type Details
start_datetime timestamp with time zone Target data start time
end_datetime timestamp with time zone Target data end time
location geometry Target data region

Following these columns, the actual data is stored in columns unique to each event.

API Key

An API key and private key are required to use this API. Please apply to the system administrator to obtain it.

It is necessary to send each with the following key name to the HTTP header part when sending an HTTP request.

  • API Key: APIKey
  • Secret key: Secret

API List

  • mapserv.eventdata Event data distribution

    Obtains event data records in GeoJSON format that intersect the specified spatial range and match the search conditions.