Parameter | Description |
---|---|
URL | The URL to get the history information for. |
{
"url": "www.ibm.com",
"created": "2014-01-01T00:00:00.000Z",
"cats": {
"Software / Hardware": {
"confidence": 100,
"reasons": [
{
"id": "XFR",
"name": "X-Force Research",
"description": "X-Force Research"
}
],
"description": "This category includes Web sites from the area of software, computer hardware and other electronic components."
},
"General Business": {
"confidence": 100,
"reasons": [
{
"id": "XFR",
"name": "X-Force Research",
"description": "X-Force Research"
}
],
"description": "This category includes Web sites of industry, business, economy and supply of services."
}
},
"score": 1,
"history": [
{
"url": "www.ibm.com",
"created": "2014-01-01T00:00:00.000Z",
"cats": {
"Software / Hardware": {
"confidence": 100,
"reasons": [],
"description": "This category includes Web sites from the area of software, computer hardware and other electronic components."
},
"General Business": {
"confidence": 100,
"reasons": [],
"description": "This category includes Web sites of industry, business, economy and supply of services."
}
},
"score": 1
}
]
}
Was this page helpful?