Real time popular pages via API

Hi,

I’m trying to build a dashboard for our intranet using the API. I can see how to retrieve the basic numbers (visits, actions, visitors) using these parameters -

?token_auth=[AUTH_TOKEN]&format=JSON&module=API&method=Live.getCounters&idSite=1&lastMinutes=10

But i can’t see a simple method to retrieve the most popular pages in real time - e.g. most visited pages in last 30 minutes with page title and link.

Any tips would be greatly appreciated.