Link Centaur API

The Link Centaur API is RESTful and aims to allow easy integration with link building tools and other software.

* API Access is only allowed for Paid Plans

New Links Endpoint

Quota Endpoint

Functionality Get plan usage details
Endpoint Url http://www.linkcentaur.com/api/quota.json
Http Method POST
Content Type The parameters must be passed to the api as form parameters (Content-Type: application/x-www-form-urlencoded)
Parameters apikey The user's API KEY, which can be found under Account Settings
Format JSON
Parameters status
  • ok if the request is successful
  • api_key_error if the request fails
usage Number of links posted today
limit Number of links allowed daily under the user's current plan
Success :
{"status":"ok","usage":154944,"limit":500000}
Failure :
{"status":"api_key_error","usage":null,"limit":null}