We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/5406057
json
{
"response": {
"id": 5406057,
"ip": "95.217.43.190",
"port": 27313,
"query": 27313,
"owner_name": "Daniel_47",
"owner_avatar": "aa7795db-5dde-4ad2-b9e8-3e2c753e4a8b.jpg",
"color": 0,
"description": null,
"game": 4000,
"owner": 99701,
"boosts": 1,
"last_offline": 1744517800,
"score": 0,
"last_online": 1737504735,
"icon": null,
"name": "☢ Край Зоны | S.T.A.L.K.E.R. RP ☢",
"connect": "95.217.43.190:27313",
"request": "95.217.43.190:27313",
"map": "rp_stalker_mixed",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": false,
"private": false,
"country": "FI",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1722461424,
"last_update": 1744517800,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod",
"popular_maps_available": true
},
"server_owner": {
"username": "Daniel_47",
"avatar": "aa7795db-5dde-4ad2-b9e8-3e2c753e4a8b.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/5406057");
$data = json_decode($json, true);
var_dump($data);