API - Backlinks

API gateway

https://app.boostramp.com/api/backlink.php?token=%token%&func=%function%


Required GET fields 

token - Your API session token. Learn how to log in and obtain your session token

func - The API function you wish to call

For guidance on how to use the Boostramp API, refer to our API usage example article 


Endpoints

1. getBacklinks

get project backlinks

Endpoint 

https://app.boostramp.com/api/backlink.php?func=getBacklinks

Parameters

  • (GET) token (int, required): Your API session token.
  • (GET) project_id (int, required): The ID of the project you want to retrieve information for (You can obtain the project ID by making a call to the 'listProjects' function or by finding it in the project details URL)
  • (GET) sort (string, optional): , "first-seen", "last-seen", "domain-rank", default "rank"
  • (GET) order (optional): ASC or DESC, default DESC
  • (GET) limit (int, optional): lines in the report, default 50


2. getMonitoringBacklinks

edit project monitoring backlinks 

Endpoint 

https://app.boostramp.com/api/backlink.php?func=getMonitoringBacklinks

Parameters

  • (GET) token (int, required): Your API session token.
  • (GET) project_id (int, required): The ID of the project you want to retrieve information for (You can obtain the project ID by making a call to the 'listProjects' function or by finding it in the project details URL)
  • (GET) sort (string, optional): default "date-added"
  • (GET) order (optional): ASC or DESC, default DESC
  • (GET) limit (int, optional): lines in the report, default 50


3. getMonitoringBacklinkHistory

Backlink monitoring history

Endpoint 

https://app.boostramp.com/api/backlink.php?func=getMonitoringBacklinkHistory

Parameters

  • (GET) token (int, required): Your API session token.
  • (GET) project_id (int, required): The ID of the project you want to retrieve information for (You can obtain the project ID by making a call to the 'listProjects' function or by finding it in the project details URL)
  • (GET) backlink_id (int, required): Backlink ID


4. removeMonitoringBacklink

Stop backlink monitoring

Endpoint 

https://app.boostramp.com/api/backlink.php?func=removeMonitoringBacklink

Parameters

  • (GET) token (int, required): Your API session token.
  • (GET) project_id (int, required): The ID of the project you want to retrieve information for (You can obtain the project ID by making a call to the 'listProjects' function or by finding it in the project details URL)
  • (GET) backlink_id (int, required): Backlink ID


5. addMonitoringBacklinks

Start backlink monitoring

Endpoint 

https://app.boostramp.com/api/backlink.php?func=addMonitoringBacklinks

Parameters

  • (GET) token (int, required): Your API session token.
  • (GET) project_id (int, required): The ID of the project you want to retrieve information for (You can obtain the project ID by making a call to the 'listProjects' function or by finding it in the project details URL)
  • (GET) backlink_id (int, required): Backlink ID


6. getDomains

get list of domains linked to the website

Endpoint 

https://app.boostramp.com/api/backlink.php?func=getDomains

Parameters

  • (GET) token (int, required): Your API session token.
  • (GET) project_id (int, required): The ID of the project you want to retrieve information for (You can obtain the project ID by making a call to the 'listProjects' function or by finding it in the project details URL)
  • (GET) sort (string, optional): default "rank"
  • (GET) order (optional): ASC or DESC, default DESC
  • (GET) start (int, optional): line to start from, default 0
  • (GET) limit (int, optional): lines in the report, default 50


7. getTotalBacklinks

Get the total backlinks

Endpoint 

https://app.boostramp.com/api/backlink.php?func=getTotalBacklinks

Parameters

  • (GET) token (int, required): Your API session token.
  • (GET) project_id (int, required): The ID of the project you want to retrieve information for (You can obtain the project ID by making a call to the 'listProjects' function or by finding it in the project details URL)


8. getTotalDomains

Get the total linked domains

Endpoint 

https://app.boostramp.com/api/backlink.php?func=getTotalDomains

Parameters

  • (GET) token (int, required): Your API session token.
  • (GET) project_id (int, required): The ID of the project you want to retrieve information for (You can obtain the project ID by making a call to the 'listProjects' function or by finding it in the project details URL)


9. getBacklinksStat

Get backlinks statistics

Endpoint 

https://app.boostramp.com/api/backlink.php?func=getBacklinksStat

Parameters

  • (GET) token (int, required): Your API session token.
  • (GET) project_id (int, required): The ID of the project you want to retrieve information for (You can obtain the project ID by making a call to the 'listProjects' function or by finding it in the project details URL)


10. getTotalMonitoringBacklinksByUser

count all monitoring backlinks in the account (total monitoring backlinks in all projects)

Endpoint 

https://app.boostramp.com/api/backlink.php?func=getTotalMonitoringBacklinksByUser

Parameters

  • (GET) token (int, required): Your API session token