Rust
API pentru [US] Spoonkid Rust - 2x Sundays | One Grid | Solo/Duo/Trio
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10200075json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 11002,
"world_seed": 4629,
"world_size": 1000,
"steam_id": "90284730644487172",
"domain": null,
"id": 10200075,
"ip": "94.231.215.3",
"port": 28020,
"query": 28024,
"color": 0,
"city": "Chicago",
"description": "![[US] Spoonkid Rust - 2x Sundays | One Grid | Solo/Duo/Trio](https://spoonkidrustmaps.com/Server_Banner_US_ONE_GRID.jpg)\nSpoonkid Rust is a server that caters to the casual yet competitive friend group!\r\n\\t- Gather Rate: 2x\r\n\\t- Loot Tables: 2x\r\n\\t- Group Limit: Three (3) (see rules below)\r\n• Features: /TPR, /HOME, /SHOP\r\n• Join our Discord: discord.gg/spoonkidrust\r\n\r\n• Map Wipes every Sunday at 12pm ET\r\n• BP NEVER Wipe\r\n• Map Size: One Grid (condensed for faster-paced action)\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 counts as a 'Group'?\r\n\\t- A group is defined by who is authorized on Code Locks, the Tool Cupboard, and who has sleeping bags inside a base.\r\n\r\n• Swapping Members?\r\n\\t- Remove the player’s bags and revoke all access (TC, Codes)\r\n\\t- Eliminate the player in-game\r\n\\t- NOTE: Once swapped, the player must leave the server and can no longer play.\r\n\r\nPlease join our Discord for more information!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775152930,
"score": 0,
"last_online": 1776823216,
"icon": null,
"name": "[US] Spoonkid Rust - 2x Sundays | One Grid | Solo/Duo/Trio",
"connect": "94.231.215.3:28020",
"request": "94.231.215.3:28024",
"map": "store.SpoonkidRust.com",
"gamemode": "Survival",
"version": "2623",
"numplayers": 5,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 71,
"add_date": 1756457742,
"last_update": 1776823216,
"banned": false,
"wipe": 1776614356,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 539,
"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/10200075");
$data = json_decode($json, true);
var_dump($data);