Retrieve detailed threat intelligence information for a specific feed by looking up the feed’s unique identifier.
Your Pulsedive API key.
API key authentication is optional. However, requests without a key have stricter rate limits. We recommend including an API key for better performance and reliability.
Unique identifier of the feed to retrieve.
Indicates whether to format returned JSON results.
For pretty-printed output, set to 1.
For compact output, set to 0.
0, 1 Successful request. Returns feed information in JSON format.
Unique identifier of the feed.
Name of the feed being retrieved.
Organization associated with the feed being retrieved.
Category assigned to the feed.
"malware"
Pricing tier of the feed.
"free"
Contact information for the feed.
URL of the feed.
"https://abuse.ch"
Update schedule for the feed.
"daily"
Timestamp when the feed was first added to Pulsedive. 24-hour format, UTC time zone.
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$"2025-05-19 14:23:45"
Timestamp when the feed record was last updated in Pulsedive. 24-hour format, UTC time zone.
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$"2025-05-19 14:23:45"
Timestamp when the feed record was last pulled in Pulsedive. 24-hour format, UTC time zone.
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$"2025-05-19 14:23:45"
Timestamp when the feed record was last modified in Pulsedive. 24-hour format, UTC time zone.
^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}$"2025-05-19 14:23:45"
Description of the feed.
"List of domains used by Zeus."
Link to access the feed.
"https://abuse.ch"
Keyed object representing the count of each type of indicator in the feed.
Each {key} matches an indicator risk level and its value contains the corresponding count.
{
"unknown": 0,
"low": 2,
"medium": 2,
"high": 2,
"critical": 1,
"retired": 100,
"total": 108,
"none": 1
}Summary information about the feed.