Featured products and servicesadvertise here
| W3Techs Site Info APIWe provide an API to retrieve the technologies used by a website in JSON format. API callThe API call is This is an example: https://w3techs.com/api/siteinfo/britannica.com/apikey
 API responseThe API response is a JSON object with this content: 
{
  "domain":"<domainname>",
  "<technology category>": [
    {
      "technology":"<technology>",
      "version":"<version>",
      "% of sites using a newer version":<percentage>,
      "location":"<location>"
    },
    ...
  ],
  ...
}
Where
 ErrorsErroneous requests return a result in this form: 
{
  "error":"<error message>"
}
Where <error message> is one of
 Plans and PricesIn order to use the API you need to purchase requests. You get (prices excl. VAT) 
 Monthly subscriptions for any plan get a 50% discount from the second month onward. Requests are valid for a year. Unused requests in a subscription are carried over to the next month. You may contact us to extend the validity period. Requests that return an error are not counted. Remaining requests APIThis API call returns the number of remaining requests: The response is: 
[
  {
    "type":"Site Info",
    "remaining requests":<number of remaining requests>,
    "expiry date":"yyyy-mm-dd"
  }
]
These requests don't count towards your quota. OrderYou need to login or register as a user on this site to obtain an API key. Then you can proceed to order API requests. LicencePurchasing this data entitles you to use the information within your organization and in direct non-public communication with your business partners. The data may not be published or sold to third parties. |