API Documentation
Our API is dead simple to use.
The Base URI is:
http://indexedbygoogle.com/api/ (the trailing slash must be included)
Http Method: GET
Response format: JSON (doubtful we will ever add any other format)
Parameter: url (required)
Example: This example checks to see if the overview page on Djangoproject.com is indexed by Google.com.
http://indexedbygoogle.com/api/?url=http://docs.djangoproject.com/en/dev/intro/overview/
The response would be (wrapped for readability):
{
"url": "http://docs.djangoproject.com/en/dev/intro/overview/",
"indexed": true,
"cached": true,
"cache_url": "http://www.google.com/search?q=cache:83H1Vywh6oYJ:docs.djangoproject.com"
}
Errors are returned and are self-explanatory.
Thanks and have fun using the API. Please let us know of any apps or widgets that you create using our api. Contact Us.
