Skip to main content
GET
/
api
/
v1
/
network
/
sitemap
Get network traffic sitemap
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/network/sitemap \
  --header 'Authorization: Bearer <token>'
{
  "domains": [
    {
      "first_seen": "2023-11-07T05:31:56Z",
      "host": "<string>",
      "last_seen": "2023-11-07T05:31:56Z",
      "request_count": 123,
      "tools_used": 123
    }
  ],
  "host": "<string>",
  "paths": [
    {
      "methods": [
        "<string>"
      ],
      "path": "<string>",
      "request_count": 123,
      "status_distribution": {}
    }
  ],
  "total_domains": 123,
  "total_paths": 123,
  "total_requests": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Query Parameters

chat_id
string

Chat/conversation ID (omit for cross-chat aggregate)

level
enum<string>
default:domains

Aggregation level

Available options:
domains,
paths,
tree
host
string

Host filter (required when level=paths)

Response

Sitemap data

domains
object[]
host
string
paths
object[]
total_domains
integer
total_paths
integer
total_requests
integer