| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

snapshots

Page history last edited by Eytan Daniyalzade 11 years, 11 months ago

About this call


 

A snapshot of what the real-time "pages" API call was at a given time.  This is used to show old real-time data.

 

Status: Deprecated


This API endpoint is deprecated, and soon it will no longer be supported.

 

Format


 

http://api.chartbeat.com/historical/dashapi/snapshots/?api=pages&host=[host]&timestamp=[timestamp]&apikey=[apikey] 

  • api - Required.  Only option is pages for now.

  • host - Required.  The domain name to get the snapshot for.

  • timestamp - Required.  Unix timestamp.  The time of the snapshot.  Snapshots are taken every five minutes.

  • apikey - Required.  An api key generated here that gives access to this call.

  • jsonp - Optional.  Give the name of a function to wrap the return data in. Learn more here

 

Example


 

http://api.chartbeat.com/historical/dashapi/snapshots/?api=pages&host=chartbeat.com&timestamp=1233739200&apikey=abc123
 
 

Example return:

 

Returns the same variables as the "pages" call.  Please refer to it here.  Also returns two extra variables.

 

{ "pages_timestamp": "02/04/2009 04:10 pm", "historical": true }

 

  • pages_timestamp - The date and time of the snapshot.

  • historical - returns true.  Used to distinguish it as historical data. 

Comments (0)

You don't have permission to comment on this page.