API for [EU] Gambling Problem RP - thats it, we just gamble scrap.
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 45532,
"world_seed": 1337,
"world_size": 3000,
"steam_id": "90286569344525332",
"domain": null,
"id": 11606359,
"ip": "136.243.0.224",
"port": 28010,
"query": 28011,
"color": 0,
"city": "Falkenstein",
"description": "![[EU] Gambling Problem RP - thats it, we just gamble scrap.](https://raw.githubusercontent.com/PiJellyPin/GPRP/main/header.png)\nWelcome to Gambler Problem RP, this server is only a gamble server!\r\neverything you farm, gives you scrap, you can then buy items for the scrap, to build your\r\nbase and to store your scrap that you have won.\r\n\r\nThe player with the most amount of scrap at the end of the wipe has the chance to win a skin.\r\nMake sure you store your scrap safely. in your base.\r\n\r\nRaid Time: Every Saturday!\r\nCustom plugins with custom gambling games.\r\n\r\nRules for being allowed elliagiable for skin!\r\nTeam Limit: 8 Max\r\nNo Zerg Bases\r\nNo Siege Raid Bases (multi grid/1 grid raid bases that makes it impossible to defend)\r\n\r\nbegging for scrap is allowed! Gamble Responsibly!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780166616,
"last_online": 1780580434,
"icon": null,
"name": "[EU] Gambling Problem RP - thats it, we just gamble scrap.",
"connect": "136.243.0.224:28010",
"request": "136.243.0.224:28011",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915468,
"last_update": 1780580434,
"banned": false,
"wipe": 1780166686,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5340,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"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/11606359");
$data = json_decode($json, true);
var_dump($data);