« Back to Documentation OverviewlistClients – v1.3
listClients(string apikey, string id)
Retrieve the clients that the list's subscribers have been tagged as being used based on user agents seen. Made possible by user-agent-string.info
| Parameters | | apikey | a valid API Key for your user account. Get by visiting your API dashboard |
| id | the list id to connect to. Get by calling lists() |
| Returns | | array |
the desktop and mobile user agents in use on the list
| array | desktop | desktop user agents and percentages
| double | penetration | the percent of desktop clients in use
| | array | clients | a record for each containing:
| string | client | the common name for the client
| | string | icon | a url to an image representing this client
| | string | percent | percent of list using the client
| | string | members | total members using the client
| | | array | mobile | mobile user agents and percentages
| double | penetration | the percent of mobile clients in use
| | array | clients | a record for each containing:
| string | client | the common name for the client
| | string | icon | a url to an image representing this client
| | string | percent | percent of list using the client
| | string | members | total members using the client
| | | | |