API for The Goop Grinder: Peanut Protocol
JSON for programs, websites and more
text
json
{
"response": {
"fps": 209,
"fps_avg": 206,
"entities_count": 42235,
"world_seed": 1600100220,
"world_size": 3000,
"steam_id": "90286599416855564",
"domain": null,
"id": 11412762,
"ip": "12.207.126.171",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Bidwell",
"description": "\nSurvive The Sludge. High-Octane PvP where the peanut butter is thick, and the goop is thicker. Custom events, nutty loot, and zero mercy! Can you handle the grind?",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780602269,
"last_online": 1780589433,
"icon": null,
"name": "The Goop Grinder: Peanut Protocol",
"connect": "12.207.126.171:28015",
"request": "12.207.126.171:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 69,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774599015,
"last_update": 1780602269,
"banned": false,
"wipe": 1780582193,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10575,
"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/11412762");
$data = json_decode($json, true);
var_dump($data);