API Documentation



Page Endpoint

https://statsify.herokuapp.com/page

Options:

url (required) - the desired url.


Example Call:
https://statsify.herokuapp.com/page?url=http://example.com

Response:



Website Endpoint

https://statsify.herokuapp.com/website

Options:

url (required) - the desired url.

depth (optional) - the maximum depth of links to recursively crawl through before stopping.


Example Call:
https://statsify.herokuapp.com/website?url=http://example.com&depth=1

Response:

Note 1: The "page" key contains an object with the same structure as returned by the page endpoint.

Note 2: "freq" refers to how many times a page is linked to across the whole website.



Errors


Example Response:

Common Errors:


Other Details


Feedback & Questions