API for [US] Enardo - Random Farming - Small One Grid | OneGrid
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 37702,
"world_seed": 65136753,
"world_size": 2000,
"steam_id": "90286626602532886",
"domain": null,
"id": 11645169,
"ip": "91.229.114.32",
"port": 28016,
"query": 29051,
"project_id": null,
"color": 0,
"city": "Chicago",
"description": "![[US] Enardo - Random Farming - Small One Grid | OneGrid](https://effedion.nl/img/gzBekiMfH9qutos9lpQ0vGgKMSSJ68.png)\nEnardo.gg - Random Farming - Small One Grid\r\n\r\nFriday Map Wipes @ 1PM EST\r\n\r\nForce Wipe at 2PM EST First Thursdays of the Month. \r\n\r\nVIP & Kits available at https://store.enardo.gg/\r\n\r\nMake sure to join the Discord - discord.gg/enardo\r\n\r\n24/7 Admin Support. Custom plugins. Amazing performance. English only chat.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470418,
"last_online": 1780691420,
"icon": null,
"name": "[US] Enardo - Random Farming - Small One Grid | OneGrid",
"connect": "91.229.114.32:28016",
"request": "91.229.114.32:29051",
"map": "Enardo Maps",
"gamemode": "Survival",
"version": "2627",
"numplayers": 58,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 95,
"add_date": 1780177450,
"last_update": 1780691420,
"banned": false,
"wipe": 1780596279,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 402,
"language": "en",
"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/11645169");
$data = json_decode($json, true);
var_dump($data);