Category

API Reference Docs

Search Engines

Search Engines

Gets search engines for a site. Parameters date optional Date in format YYYY-MM-DD URL GET https://secure.gaug.es/gauges/:id/engines Request curl -H "X-Gauges-Token: <token>" https://secure.gaug.es/gauges/:id/engines Response { "date": "2011-10-13", "engines": , "urls": { "older": "https://secure.gaug.es/gauges/4ea97a8be5947ccda1000001/engines?date=2011-09-01", "newer": null } }
Abhishek M
December 6, 2017
Your Information

Get Your Information

Returns your information. URL GET https://secure.gaug.es/me Request curl -H "X-Gauges-Token: <token>" https://secure.gaug.es/me Response { "user": { "name": "John Doe", "urls": { "self": "https://secure.gaug.es/me", "gauges": "https://secure.gaug.es/gauges", "clients": "https://secure.gaug.es/clients" }, "id": "4e206261e5947c1d38000001", "last_name": "Doe", "email": "john@doe.com", "first_name": "John" } } Update Your Information Updates and returns your information with the updates applied. URL…
Abhishek M
December 6, 2017
Browser Stats

Browser Stats

Gets browsers usage statistics specifically formatted for use with the browsers list module. This data can be used in combination with tools like Auto prefixer to automatically generate CSS based on your website’s actual browsers statistics. Browsers not supported by browsers list are excluded. The Technology endpoint should be used to get a complete list of browser statistics.…
Abhishek M
December 6, 2017