Links

A link represents a unique URL that has been shared through Buffer.

GET /links/shares

Returns an object with a the numbers of shares a link has had using Buffer.

www will be stripped, but other subdomains will not.

Parameters

url required string URL-encoded URL of the page for which the number of shares is requested.

Example Request

GET https://api.bufferapp.com/1/links/shares.json?url=http%3A%2F%2Fbufferapp.com

{
    "shares": 47348
}