API for [EU]FreeFields/Creative/Building/Sandbox
JSON for programs, websites and more
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 1607,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286463382839302",
"domain": null,
"id": 11710856,
"ip": "176.9.52.110",
"port": 25584,
"query": 25575,
"color": 0,
"city": "Falkenstein",
"description": "![[EU]FreeFields/Creative/Building/Sandbox](https://i.postimg.cc/Qx8ctZDg/RUST-Group-Shot-Building.png)\nâ˘Welcome to our server Free Fields \r\nâ˘Server wipes Monthly On Client Update.\r\nâ˘Monuments to Practice Coming Soon. â˘Heli Course \r\nâ˘Raid Cost \r\nâ˘Join our community in Discord for support: https://discord.gg/jdYbgAacUM.\r\n \r\n \r\nâŚ/Pvp toggle and use of /god to turn on godmode.\r\nâ˘Simple Symmetry⢠\r\nâ˘We have unlimited Mymini and fuel so can practice flying. \r\nâ˘F1 Spawn (Spawn any item by typing f1 and clicking items tab \r\nâŚ/NoClip to Fly around \r\nâ˘Bgrade aka /up command automatically upgrade your base, Type /up 1-4 to be able to upgrade build 1 being wood 2 stone 3 metal 4 armor \r\nâŚ/Tp Commands \r\nâ˘Teleport Marker /tpr /teleport - to bandit or other locations using the /tp commands /bandit /tpr (playersname) \r\nâŚ/copy /paste command able to copy your bases for future wipes just type /copy <base name> /paste <base name>. \r\nâŚ/kit to instantly claim the builder kit and spawn in with tons of materials \r\nâ˘Skins \r\nâ˘/sil {IMAGE URL} â If You have a sign/box. Your can put image on it by looking at it. \r\nâ˘Also Typing in /sil followed by the url image you wish to add \r\nâ˘Rules: \r\nâ˘No hacking \r\n⢠scripting or macros \r\nâ˘No intentional bug abuse/Glitching \r\nâ˘No ban evading \r\nâ˘No racism, Homophobic comment's \r\nâ˘Respect the others \r\n⢠No tc Griefing islands \r\n⢠No leaving Random Foundations On Islands",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780300725,
"last_online": 1780325432,
"icon": null,
"name": "[EU]FreeFields/Creative/Building/Sandbox",
"connect": "176.9.52.110:25584",
"request": "176.9.52.110:25575",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780300725,
"last_update": 1780325432,
"banned": false,
"wipe": 1779314482,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6166,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11710856");
$data = json_decode($json, true);
var_dump($data);