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/4984773
json
{
"response": {
"id": 4984773,
"ip": "95.217.119.207",
"port": 30004,
"query": 30004,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![UA/EU | GOOD LIKE Ukraine Classic | Solo/Duo [TEST]](https://goodlikeukraine.net/public/serverimg/bgserver.png)\nУкраїнський сервер Rust\r\nМапа України створена нами з нуля\r\nМеню сервера: /mm\r\nГлобальний вайп: 03.04 (мапа: Процедурна)\r\nНаступний Глобальний Вайп: 17.04(мапа: Україна)\r\n\r\n\r\nUkrainian Rust Server\r\nUkraine map created by us from scratch\r\nServer menu: /mm \r\n Global wipe: 03.04(Ukraine map)\r\nNext Global Wipe: 17.04(Procedural map)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1744981474,
"score": 0,
"last_online": 1744482068,
"icon": null,
"name": "UA/EU | GOOD LIKE Ukraine Classic | Solo/Duo [TEST]",
"connect": "95.217.119.207:30001",
"request": "95.217.119.207:30004",
"map": "Procedural Map",
"gamemode": "Survival",
"version": null,
"numplayers": 0,
"maxplayers": 101,
"bots": 0,
"secured": false,
"private": false,
"country": "FI",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1720204228,
"last_update": 1744981474,
"banned": false,
"wipe": 1744480577,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/4984773");
$data = json_decode($json, true);
var_dump($data);