Skip to main content

Get IPs associated with a specific fingerprint

GET 

/fingerprint/:fingerprint_type/:fingerprint/ips

Retrieve a list of IP addresses associated with a specified fingerprint.

Request

Path Parameters

    fingerprint_type stringrequired

    Possible values: [ja3, ja4]

    Fingerprint type

    fingerprint stringrequired

    Fingerprint to get associated IPs for.

Query Parameters

    apikey stringrequired

    API key required. Developers can contact [email protected] or use the provided test key (GLTqgI1J0LRJcw5YQ4b859fF8h5a0C9c). For commercial use, visit our pricing page or contact [email protected].

Responses

A JSON object containing the JA4 fingerprint and associated IPs.

Schema

    fingerprint string

    The fingerprint queried.

    fingerprint_type string

    Indicates the type of fingerprint ('ja4', 'ja3').

    ips ipv4[]

    List of IPs associated with the fingerprint.

Loading...