Get Domain Details
GET/accounts/{account_id}/intel/domain
Gets security details and statistics about a domain.
Security
API Token
The preferred authorization scheme for interacting with the Cloudflare API. Create a token.
Example:
API Email + API Key
The previous authorization scheme for interacting with the Cloudflare API, used in conjunction with a Global API key.
Example:
The previous authorization scheme for interacting with the Cloudflare API. When possible, use API tokens instead of Global API keys.
Example:
Accepted Permissions (at least one required)
Get Domain Details
curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/intel/domain \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN"{
"errors": [
{
"code": 1000,
"message": "message",
"documentation_url": "documentation_url",
"source": {
"pointer": "pointer"
}
}
],
"messages": [
{
"code": 1000,
"message": "message",
"documentation_url": "documentation_url",
"source": {
"pointer": "pointer"
}
}
],
"success": true,
"result": {
"additional_information": {
"suspected_malware_family": ""
},
"application": {
"id": 0,
"name": "CLOUDFLARE"
},
"content_categories": [
{
"id": 155,
"name": "Technology",
"super_category_id": 26
}
],
"domain": "cloudflare.com",
"inherited_content_categories": [
{
"id": 0,
"name": "name",
"super_category_id": 0
}
],
"inherited_from": "inherited_from",
"inherited_risk_types": [
{
"id": 0,
"name": "name",
"super_category_id": 0
}
],
"popularity_rank": 0,
"resolves_to_refs": [
{
"id": "ipv4-addr--baa568ec-6efe-5902-be55-0663833db537",
"value": "192.0.2.0"
}
],
"risk_score": 0,
"risk_types": [
{
"id": 0,
"name": "name",
"super_category_id": 0
}
]
}
}Returns Examples
{
"errors": [
{
"code": 1000,
"message": "message",
"documentation_url": "documentation_url",
"source": {
"pointer": "pointer"
}
}
],
"messages": [
{
"code": 1000,
"message": "message",
"documentation_url": "documentation_url",
"source": {
"pointer": "pointer"
}
}
],
"success": true,
"result": {
"additional_information": {
"suspected_malware_family": ""
},
"application": {
"id": 0,
"name": "CLOUDFLARE"
},
"content_categories": [
{
"id": 155,
"name": "Technology",
"super_category_id": 26
}
],
"domain": "cloudflare.com",
"inherited_content_categories": [
{
"id": 0,
"name": "name",
"super_category_id": 0
}
],
"inherited_from": "inherited_from",
"inherited_risk_types": [
{
"id": 0,
"name": "name",
"super_category_id": 0
}
],
"popularity_rank": 0,
"resolves_to_refs": [
{
"id": "ipv4-addr--baa568ec-6efe-5902-be55-0663833db537",
"value": "192.0.2.0"
}
],
"risk_score": 0,
"risk_types": [
{
"id": 0,
"name": "name",
"super_category_id": 0
}
]
}
}