Google Pagerank Checker
Instantly check the Google Pagerank of any domain without the need to install the Google toolbar or any other software. Google Pagerank is a measurement of the importance of your site obtained by looking at the importance of all sites linking to it.
There is debate as to whether focusing on obtaining a higher Google Pagerank is important for Search Engine Optimisation (SEO) or not, but generally speaking it is agreed that the higher your sites Google Pagerank, the better.
The possible values for Google Pagerank are 1-10 with 10 being the best Google Pagerank possible.
URL
https://api.viewdns.info/pagerank/
Parameters
domain - the domain to check the pagerank for
output - the output format required ('xml' or 'json')
apikey - your api key
Sample Query
host: twitter.com
GET https://api.viewdns.info/pagerank/?domain=twitter.com&apikey=yourapikey&output=output_type
XML Response (output=xml)
<?xml version='1.0' encoding='ISO-8859-1'?>
<viewdns>
<query>
<tool>pagerank_PRO</tool>
<domain>twitter.com</domain>
</query>
<response>
<pagerank>10</pagerank>
</response>
</viewdns>
JSON Response (output=json)
{
"query": {
"tool": "pagerank_PRO",
"domain": "twitter.com"
},
"response": {
"pagerank": "10"
}
}