/
Infoblox Web Category API

Infoblox Web Category API

Infoblox Web Category

The Infoblox Web Category Dossier worker provides categorization for a given indicator.


Data Structure:

{
"results": [
{
"description": string,
"id": string,
"name": string
},
]

}


Example:

Given “op.gg” is used as an indicator, Infoblox Web Category returns the following:

{
"results": [
{
"description": "Covers cheat codes, tips, tricks and information on roleplaying games (RPG). Can be combined with any other Hobbies and Interests categories. Examples are MMORPG,
live action RPG, multi-user Dungeon etc.",
"id": "10260",
"name": "Roleplaying Games"
},
{
"description": "Web sites that provide guide, cheats, tricks, walkthroughs and other related fields of video and computer games. Can be paired with a specific Sports category
Relating to Sports Fantasy Games. If gambling with money, pair it with Gambling category. Can be combined with any other Hobbies and Interests categories. Examples are arcade game, video games, nintendo etc.",
"id": "10266",
"name": "Video and Computer Games"
},
]

}