How to use API overTimeData10mins?

Hi, when querying /api.php?overTimeData10mins&auth=... in API Version 3 I get a response like this: {"domains_over_time":{"1531936500":910, ....

How can I convert 1531936500 into an actual time value?

Thanks for any help.

The timestamp is in epoch time.

You can convert that data when you process the json output.

I don't know if there's a way for the API to timestamp in human readable format.

Maybe @DL6ER has some insight ...

There is no human readable format available as this is not necessary for APIs

1 Like

Thanks, now I was able to figure out, how to use it. :slight_smile:

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.