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/3024803
json
{
"response": {
"fps": 61,
"fps_avg": 59,
"world_seed": 6,
"world_size": 3900,
"entities_count": 121611,
"id": 3024803,
"ip": "15.235.214.9",
"port": 7008,
"query": 7008,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[SEA] Beginners Vanilla - Duo/Trio](https://cdn1.site-media.eu/images/0/9846733/serverbanner.jpg)\nVanilla 2x server for beginners. \r\nMax team of 3. \r\nWeekly Wipe. \r\nMonthly BP Wipe. \r\nTC Auth check for teaming prevention. \r\nTutorial Island for Beginners! \r\nTeaming, Cheating will be banned! \r\nToxic voice/chat will be time-banned. \r\nDiscord : https://discord.gg/EgkebWpbqv",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743124627,
"score": null,
"last_online": 1743698463,
"icon": null,
"name": "[SEA] Beginners Vanilla - Duo/Trio",
"connect": "15.235.214.9:7004",
"request": "15.235.214.9:7008",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 12,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1708077794,
"last_update": 1743698463,
"banned": false,
"wipe": 1743125032,
"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/3024803");
$data = json_decode($json, true);
var_dump($data);