API pentru Good Times Custom Maps Server I (PVE-Build)
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 113250,
"world_seed": 1337,
"world_size": 4300,
"steam_id": "90286582871032849",
"domain": null,
"id": 11698905,
"ip": "66.51.99.26",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Dallas",
"description": "\nEmbark on an epic journey with our custom PVE dedicated server!\r\n Dive into a world of endless possibilities, where every corner offers new adventures.\r\n With heavily modded maps, thrilling events, and exciting challenges, our server promises an experience that'll keep you hooked.\r\nWhether you're a seasoned survivor or new to the game, unleash your inner explorer today!\r\n CUSTOM- MAPS--PVE--MANY PLUGINS\r\n PLUGINS--ChestStacks,Sliding Doors,Jet Pack, Elevator Speeds,\r\n BetterTC,Shop, Craft Panel, Car Turrets, IQDrones, Quarry Levels, Personal EVENTS- Harbor Event, Convoy, Raidables Bases, and Shipwreck\r\nDISCORD--https://discord.gg/SUrfpdTFn8 \r\nCome have some fun.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780593202,
"last_online": 1780554026,
"icon": null,
"name": "Good Times Custom Maps Server I (PVE-Build)",
"connect": "66.51.99.26:28015",
"request": "66.51.99.26:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780227280,
"last_update": 1780593202,
"banned": false,
"wipe": 1779771498,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12739,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11698905");
$data = json_decode($json, true);
var_dump($data);