Bots
List bots
client.radar.bots.list(BotListParams { botCategory, botOperator, botVerificationStatus, 4 more } query?, RequestOptionsoptions?): BotListResponse { bots }
GET/radar/bots
Get bot details
client.radar.bots.get(stringbotSlug, BotGetParams { format } query?, RequestOptionsoptions?): BotGetResponse { bot }
GET/radar/bots/{bot_slug}
Get bots HTTP requests distribution by dimension
client.radar.bots.summary("BOT" | "BOT_KIND" | "BOT_OPERATOR" | "BOT_CATEGORY"dimension, BotSummaryParams { asn, bot, botCategory, 11 more } query?, RequestOptionsoptions?): BotSummaryResponse { meta, summary_0 }
GET/radar/bots/summary/{dimension}
Get bots HTTP requests time series
client.radar.bots.timeseries(BotTimeseriesParams { aggInterval, asn, bot, 11 more } query?, RequestOptionsoptions?): BotTimeseriesResponse { meta }
GET/radar/bots/timeseries
Get time series distribution of bots HTTP requests by dimension.
client.radar.bots.timeseriesGroups("BOT" | "BOT_KIND" | "BOT_OPERATOR" | "BOT_CATEGORY"dimension, BotTimeseriesGroupsParams { aggInterval, asn, bot, 12 more } query?, RequestOptionsoptions?): BotTimeseriesGroupsResponse { meta, serie_0 }
GET/radar/bots/timeseries_groups/{dimension}
BotsWeb Crawlers
Get crawler HTTP request distribution by dimension
client.radar.bots.webCrawlers.summary("CLIENT_TYPE" | "USER_AGENT" | "REFERER" | 3 moredimension, WebCrawlerSummaryParams { botOperator, clientType, dateEnd, 7 more } query?, RequestOptionsoptions?): WebCrawlerSummaryResponse { meta, summary_0 }
GET/radar/bots/crawlers/summary/{dimension}
Get time series of crawler HTTP request distribution by dimension
client.radar.bots.webCrawlers.timeseriesGroups("CLIENT_TYPE" | "USER_AGENT" | "REFERER" | 3 moredimension, WebCrawlerTimeseriesGroupsParams { aggInterval, botOperator, clientType, 8 more } query?, RequestOptionsoptions?): WebCrawlerTimeseriesGroupsResponse { meta, serie_0 }
GET/radar/bots/crawlers/timeseries_groups/{dimension}