Netify Hostname API

The Netify Hostname API provides network intelligence data that is typically used for:

  • DNS filtering
  • Application detection
  • Hostname-based machine learning models

Learn More

Get Started

We have a number of available subscription options to meet your needs. If you have a specific requirement for the data, please do not hesitate to contact us

Available Subscriptions

API Quick Reference

You can find links to information on authentication, response codes, data formats, and other developer topics in the menu. An API key or token from a subscription is required to access the links below.
Single Hostname GET https://feeds.netify.ai/api/v2/hostnames/pbs.twimg.com
Batch POST https://feeds.netify.ai/api/v2/hostnames + JSON data

JSON - Extended Data

The Hostname Object documentation is where you will find detailed information on the hostname payload.

Requests Parameters

Single Hostname Example

curl --header 'x-api-key: {your key}' https://feeds.netify.ai/api/v2/hostname/e17437.dsct.akamaiedge.net

Batch Example

curl --header "Content-Type: application/json" \
     --header 'x-api-key: {your key}' \
     --request POST \
     --data '["pbs.twimg.com", "youtubei.googleapis.com", "e17437.dsct.akamaiedge.net" ]' \
     https://feeds.netify.ai/api/v2/hostnames

Integration and Custom Solutions

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

Contact Us