Website SEO Checker API
Website SEO Checker's simplistic API allows users to integrate our powerful data into all of their applications and ideas. API calls are made by sending a HTTP GET request to Website SEO Checker. |
Your API Key | Please upgrade your plan to Premium Get your API Key | |
Endpoint | https://websiteseochecker.com/api.php |
Request parameters |
||
Name | Value | Description |
key | Your API key | An identification key assigned to a user after subscribing (available to Premium Plan) |
items | integer | The number of URLs returned to a request, from 1 to 100 |
item | item0,item1,item3.....item99 | URL returned to a request (item0=example.com&item1=domain.com&item2=website.com) |
Example |
||
Request example | https://websiteseochecker.com/api.php?api_key=APIkey&items=3&item0=example.com&item1=domain.com&item2=website.com | |
Response example (json) |
[{"URL":"example.com","Title":"Example Domain","Categories":"Health\/Pharmacy","Domain Authority":92,"Page Authority":80,"Total backlinks":39870975,"Quality backlinks":38781358,"quality backlinks percentage":97,"MozTrust":8,"Spam Score":50},{"URL":"domain.com","Title":"n\/a","Categories":"Computers\/Internet\/Domain Names","Domain Authority":72,"Page Authority":64,"Total backlinks":438276,"Quality backlinks":156871,"quality backlinks percentage":36,"MozTrust":6,"Spam Score":22},{"URL":"website.com","Title":"n\/a","Categories":"Regional\/North America","Domain Authority":67,"Page Authority":64,"Total backlinks":99850,"Quality backlinks":78447,"quality backlinks percentage":79,"MozTrust":6,"Spam Score":39}] |