Skip to content

GET /probes/tags/

Get a list of public probe tags.

GET /probes/tags/ — format

GET /probes/tags/ — name

Filter by exact name matches.

GET /probes/tags/ — name__contains

Filter for tags with names that include a substring.

GET /probes/tags/ — name__startswith

Filter for tags with names that start with a prefix.

GET /probes/tags/ — page

A page number within the paginated result set.

GET /probes/tags/ — page_size

Number of results to return per page.

GET /probes/tags/ — slug

Filter by exact slug match.

GET /probes/tags/ — slug__contains

Filter for tags that contain a substring.

GET /probes/tags/ — slug__startswith

Filter for tags with slugs that start with a prefix.

GET /api/v2/probes/tags/

Get a list of public probe tags.

Try it out

Playground

Authorization
Variables
Key
Value
Authorizations

Authorizations

api-key
Type
API Key (header: Authorization)
or
ripe-access
Type
API Key (cookie: crowd.token_key)
or
anonymous

No authentication required — this endpoint can be accessed anonymously.

Parameters

Query Parameters

format
Type
string
Valid values
"json""txt"
name

Filter by exact name matches.

Type
string
name__contains

Filter for tags with names that include a substring.

Type
string
name__startswith

Filter for tags with names that start with a prefix.

Type
string
page

A page number within the paginated result set.

Type
integer
page_size

Number of results to return per page.

Type
integer
slug

Filter by exact slug match.

Type
string
slug__contains

Filter for tags that contain a substring.

Type
string
slug__startswith

Filter for tags with slugs that start with a prefix.

Type
string
Responses

Responses

object
Format"uri"
Format"uri"
object[]
Required

Human-readable tag name.

Lower-case, hyphenated tag slug.

Samples