Rust
API pentru [US] Spoonkid Rust - 2x Thursdays | Duo/Trio/Quad | Share BP
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/7874586json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 165360,
"world_seed": 3281,
"world_size": 3600,
"steam_id": "90284730857469957",
"domain": null,
"id": 7874586,
"ip": "94.231.215.4",
"port": 28014,
"query": 28010,
"color": 0,
"city": "Chicago",
"description": "![[US] Spoonkid Rust - 2x Thursdays | Duo/Trio/Quad | Share BP](https://spoonkidrustmaps.com/Server_Banner_US_QUAD.png)\nSpoonkid Rust is a server that caters to the casual yet competitive friend group!\r\n\\t- Gather Rate is 2x\r\n\\t- Loot Tables are 2x\r\n\\t- Group Limit: Quad (4) (see below)\r\n• Join our Discord: discord.gg/spoonkidrust\r\n\r\n• Map Wipes every Thursday 4pm ET\r\n• BP Wipes every Month @ Force\r\n\r\n> Teaming Rules\r\n• No allies\r\n• No teaming\r\n• No raiding with other groups\r\n• No roaming with other groups\r\n\r\n• What's a 'Group'?\r\n\\t- A group is defined by a who is authed on the Code Locks, Tool Cupboard and has sleeping bags within a base.\r\n\r\n• How do I swap members?\r\n\\t- Destroy all bags & remove all their access to your base (TC, Codes)\r\n\\t- Kill the player\r\n\\t- NOTE: The swapped player must leave the server, and can no longer play.\r\n\r\n Please join our Discord for more information!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775984514,
"score": 0,
"last_online": 1776823215,
"icon": null,
"name": "[US] Spoonkid Rust - 2x Thursdays | Duo/Trio/Quad | Share BP",
"connect": "94.231.215.4:28014",
"request": "94.231.215.4:28010",
"map": "store.SpoonkidRust.com",
"gamemode": "Survival",
"version": "2623",
"numplayers": 29,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 77,
"add_date": 1740344181,
"last_update": 1776823215,
"banned": false,
"wipe": 1776369587,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 423,
"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/7874586");
$data = json_decode($json, true);
var_dump($data);