Rust
API pentru EU|AndysolAM 20x No BPs |PVP|Shop|Loot+|Kits|Raid+|MyMini|Skinb
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/6125005json
{
"response": {
"fps": 40,
"fps_avg": 40,
"entities_count": 56433,
"world_seed": 546106167,
"world_size": 3750,
"steam_id": "90284359078558744",
"domain": null,
"id": 6125005,
"ip": "64.40.9.252",
"port": 28014,
"query": 28015,
"color": 0,
"city": "London",
"description": "\nWelcome to AndysolAM 20X NO BPS\r\n\r\nNeed support or want to engage with our community? Go to https://andysolam.com/discord\r\n\r\nServer wipe schedule:\r\nThis server follows a twice a week map wipe schedule. This will take place every Saturday & Tuesday @ 3PM ET.\r\nOn force wipe (the forced update that Facepunch does on the first Thursday @ 2PM ET of every month), this server will also wipe.\r\n\r\nServer feature list:\r\n- 10 player team limit\r\n- 20x gather rate (includes pickups & excavator)\r\n- Access to /mini\r\n- Highly active admin team\r\n- All BPs unlocked by default\r\n- Heavily improved loot tables (junk removed & 20x)\r\n- Clans & Automatic TC/Codelock sharing\r\n- PVP Leaderboards\r\n- Heavily optimised maps for increased performance (merged outpost/bandit & no swamps)\r\n- Base Upgrade, Base Repair and BGrade free for all users\r\n- Amazing server performance (12900k OC'd hardware)\r\n\r\nSome of our server rules include:\r\n- No cheating or associating with cheaters\r\n- No racism/homophobic chat/VC\r\n- No exploit abuse \r\n- No chat spam/excessive caps use\r\n- See https://andysolam.com/discord for a full breakdown of our rules\r\n\r\nWe hope you enjoy your stay on AndysolAM Rust servers!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775690523,
"score": 0,
"last_online": 1776193814,
"icon": null,
"name": "EU|AndysolAM 20x No BPs |PVP|Shop|Loot+|Kits|Raid+|MyMini|Skinb",
"connect": "64.40.9.252:28014",
"request": "64.40.9.252:28015",
"map": "20x AndysolAM",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 10,
"maxplayers": 200,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1727883206,
"last_update": 1776193814,
"banned": false,
"wipe": 1776175062,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1508,
"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/6125005");
$data = json_decode($json, true);
var_dump($data);