Skip to content

API Details: Crawl Rate History

Rainer Simon edited this page Jan 25, 2013 · 2 revisions

API-Details: Crawl Rate History

/api/timeline/urls-crawled

Returns the crawl rate history timeseries (URLs crawled over time).

Parameters:

maxpoints the maximum number of datapoints the timeseries should be resampled to

Example: /api/timeline/urls-crawled?maxpoints=800

Response Fields

x the X-coordinate of the timeseries: UNIX timestamp
y the Y-coordinate of the timeseries: number of URLs crawled

Example Response
[
   {"x":1345791900,"y":18554},
   {"x":1345792140,"y":25321},
   {"x":1345792380,"y":13089},
   {"x":1345792620,"y":17169},
   {"x":1345792860,"y":17453},
   {"x":1345793100,"y":20420},
   {"x":1345793340,"y":26931},
   {"x":1345793580,"y":22703}
]