PHP API / get all data for events

Hello Piwik,

I can retrieve an event Name ( label ) using the php api but I would like to know how I can extract these data as well
timestamp of the event
geolocation ( city / region / country )
device type ( mobile vs desktop )
device os
device brand
browser type
browser version
browser language
type of network ( provider name
screen resolution
etc …

Thanks

Did I post my question to the correct category ?

Thanks

Hi,

Unfortunately I don’t have enough experience with the API to know the solution. Have you already looked through the API documentation:
https://developer.piwik.org/api-reference/reporting-api

So far it seems that
Module DevicePlugins
and
Module Events

Are not linked, but I could be wrong