API pentru DOPE 3X | SOLO/DUO | 50% UPKEEP | KITS | NOOB FRIENDLY
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 59,
"entities_count": 72492,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286508450478086",
"domain": null,
"id": 11511278,
"ip": "194.69.160.156",
"port": 28015,
"query": 28017,
"color": 0,
"city": "City of London",
"description": "\nRules are enforced. No exceptions.\nPlaytime builds permanent status across the network.\n\nCompete. Build. Raid.\n\n2 Player Cap – strictly enforced\n50% upkeep – build bigger, fight longer\nFree SkinBox & kits\nBuild bigger with 50% upkeep\nExtended workbench range & short nights\nReduced HV-Rocket PvP Damage\nPlaytime rewards\nBandit Camp & Outpost merged\nExtra recyclers & monument marketplaces\nAdvanced Rust+ raid alarm\n\n\nJoin the network:\nhttps://discord.gg/doperust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780002221,
"last_online": 1780552232,
"icon": null,
"name": "DOPE 3X | SOLO/DUO | 50% UPKEEP | KITS | NOOB FRIENDLY",
"connect": "194.69.160.156:28015",
"request": "194.69.160.156:28017",
"map": "Active | JUST WIPED",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353840,
"last_update": 1780552232,
"banned": false,
"wipe": 1780077534,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5130,
"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/11511278");
$data = json_decode($json, true);
var_dump($data);