Rust
Brett's Funtime için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10470427json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10470427,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Elmhurst",
"description": "\nHi Welcome to Bretts Funtime!!\r\n\r\nA Server that is localhosted on Bretts Intel Nuc\r\n\r\nCPU: Intel(R) Core(TM) i3-8109U CPU @ 3.00GHz\r\nMemory: 32 GBs Kingston DDR4s\r\nM.2 Drive: Samsung SSD 990 PRO with Heatsink 1TB (Uh my dad bought me a PS5 M.2 Drive)\r\nGPU: Intel(R) Iris(R) Plus Graphics 655 (Uh its integrated graphics but its fine I guess)\r\n\r\nSo ya thats all for the description join and have fun with 999.999 stack for items by the way\r\nAll modded fun.",
"game": 252490,
"owner": 159596,
"boosts": 1,
"last_offline": 1774540883,
"score": 0,
"last_online": 1773646211,
"icon": null,
"name": "Brett's Funtime",
"connect": null,
"request": null,
"map": "Brett's Custom Map",
"gamemode": "Vanilla",
"version": null,
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1760511048,
"last_update": 1774540883,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": true,
"hide_query": false,
"position_game": 6868,
"language": "en",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "thebrettyt",
"avatar": "41b013ce-1325-48fb-a4bc-9bb3eb1a1e5c.png",
"last_online": 1769921507
},
"mods": [
{
"id": 343,
"name": "Skins"
},
{
"id": 437,
"name": "Shop"
},
{
"id": 979,
"name": "Kits"
},
{
"id": 50,
"name": "Clans"
},
{
"id": 1388,
"name": "Stack Size Controller"
},
{
"id": 1526,
"name": "WelcomeMessage"
},
{
"id": 404,
"name": "Welcome"
},
{
"id": 909,
"name": "InfoPanel"
},
{
"id": 1279,
"name": "RustApp"
},
{
"id": 2009,
"name": "BetterLoot"
},
{
"id": 2005,
"name": "RemoverTool"
},
{
"id": 2002,
"name": "Sort Button"
},
{
"id": 2008,
"name": "NeverWear"
},
{
"id": 2010,
"name": "BetterElectricity"
},
{
"id": 2006,
"name": "NoPickupDurability"
},
{
"id": 2004,
"name": "SimpleKillFeed"
},
{
"id": 2003,
"name": "SimpleSymmetry"
},
{
"id": 2001,
"name": "Spawn Heli"
},
{
"id": 2000,
"name": "AlwaysDay"
}
],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10470427");
$data = json_decode($json, true);
var_dump($data);