Domain Object

Object Information

ID and Label

You can identify a domain by either an ID number (e.g. 2741311) or by label (e.g. twimg.akadns.net).

Category

Most domains are listed under a primary category. You can find a list of domain categories and associated IDs / tags here. If you are using custom application categories, this field is omitted.

Application

If a domain is associated with an application, the details are provided in the application object. In the adjacent JSON example, the Twitter application details are provided for the twimg.akadns.net domain.

Note: the application object is not shown when the object is part of an application specific endpoint. For example, if the list of 30+ domains for the Twitter application is requested, the 30+ domains will not provide Twitter application objects -- that's a wee bit redundant.

Platform

if a domain is associated with a platform, the details are provided in the platform object. In the adjacent JSON example, the akadns.net suffix in the Twitter domain (twimg.akadns.net) is part of Akamai's content delivery network. For this reason, the platform details for Akamai are provided.

Domain Object JSON Overview

"domain": {
    "id": 2740302,
    "label": "twimg.akadns.net",
    "category": {
        "id": 24,
        "tag": "social-media",
        "label": "Social Media"
    },
    { Application Object },
    { Platform Object }
}

Domain Object JSON Example

"domain": {
    "id": 2740302,
    "label": "twimg.akadns.net",
    "category": {
        "id": 24,
        "tag": "social-media",
        "label": "Social Media"
    },
    "application": {
        "id": 120,
        "tag": "netify.twitter",
        "label": "Twitter",
        "category": {
            "id": 23,
            "tag": "social-network",
            "label": "Social Network"
        },
        "favicon": "https://static.netify.ai/...",
        ...
    },
    "platform": {
        "id": 10011,
        "tag": "akamai",
        "label": "Akamai",
        "category": {
            "id": 35,
            "tag": "cdn",
            "label": "CDN"
        },
        "favicon": "https://static.netify.ai/...",
        ...
    }
}

Other Data Objects

Integration and Custom Solutions

Do you have any questions about integration, APIs or custom development?

Contact Us