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/3738495
json
{
"response": {
"fps": 58,
"fps_avg": 47,
"world_seed": 1337,
"world_size": 4500,
"entities_count": 113671,
"id": 3738495,
"ip": "54.39.158.205",
"port": 27051,
"query": 27051,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\n\n Vanilla PVE! Active and helpful admins. \n Please read the rules before playing in the server. \n Join the Discord: https://discord.gg/8S2XdWwvRT \n Or click 'View Webpage' to join the Discord server. \n Scarecrows active. \n Server Rules: \n 1) No killing players. (Including sleeping players.) \n 2) No raiding/looting players bases or decaying bases. \n 3) No trespassing.\n 4) No stealing from players. \n Check the Discord for full rules and FAQ. \n Server wipes first Thursday of the month. \n No BP wipes unless forced by Facepunch.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743726309,
"score": 0,
"last_online": 1744125666,
"icon": null,
"name": "Dango PVE - (Vanilla)",
"connect": "54.39.158.205:27050",
"request": "54.39.158.205:27051",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1712593246,
"last_update": 1744125666,
"banned": false,
"wipe": 1743726464,
"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/3738495");
$data = json_decode($json, true);
var_dump($data);