API Introduction

SACNR monitor's API allows developers to write applications to retrieve the server data we have collected directly from our database.

Pre-made connectors

PHP

Supports cURL or file_get_contents.

Last updated 25th Nov @ 1:43 AM

View/Download

Usage Examples

Retrieve server info by ID

Public functions

get_info_by_id(int $server_id)
get_players_by_id(int $server_id)
get_query_by_id(int $server_id)
get_ad_by_id(int $server_id)
get_info_by_ip(string $ip, int $port)
get_players_by_ip(string $ip, int $port)
get_query_by_ip(string $ip, int $port)
get_ad_by_ip(string $ip, int $port)

Can't find the right connector?

If there is no pre-made connector for the language you are using or you just want to experiment, see our advanced page.