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/4984770
json
{
"response": {
"fps": 47,
"fps_avg": 46,
"world_seed": 1337,
"world_size": 5000,
"entities_count": 75849,
"id": 4984770,
"ip": "95.217.119.207",
"port": 27017,
"query": 27017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[UA/EU] GOOD LIKE Ukraine Classic](https://goodlikeukraine.net/public/serverimg/bgserver.png)\nУкраїнський сервер Rust\r\nМапа України створена нами з нуля\r\nМеню сервера: /mm\r\nГлобальний вайп: 20.03 (Україна)\r\nНаступний Глобальний Вайп: 03.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: 20.03(Ukraine map)\r\nNext Global Wipe: 03.04(Procedural map)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1742500699,
"score": 0,
"last_online": 1743528662,
"icon": null,
"name": "[UA/EU] GOOD LIKE Ukraine Classic",
"connect": "95.217.119.207:30033",
"request": "95.217.119.207:27017",
"map": "Map Ukraine",
"gamemode": "Survival",
"version": "2583",
"numplayers": 4,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1720204228,
"last_update": 1743528662,
"banned": false,
"wipe": 1742500860,
"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/4984770");
$data = json_decode($json, true);
var_dump($data);