Rust
EU RENEGADE 2x Monthly | Solo Duo Trio Quad | 50% Upkeep | No B için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/598762json
{
"response": {
"steam_id": "90284593828077571",
"domain": null,
"id": 598762,
"ip": "45.88.230.29",
"port": 28017,
"query": 28015,
"color": 0,
"city": "Poplar",
"description": "===Welcome to EU RENEGADERUST.COM 2x Monthly Quad=== Wipes on the first Thursda",
"game": 252490,
"owner": 34811,
"boosts": 1,
"last_offline": 1776492806,
"score": null,
"last_online": 1776513012,
"icon": null,
"name": "EU RENEGADE 2x Monthly | Solo Duo Trio Quad | 50% Upkeep | No B",
"connect": "45.88.230.29:28017",
"request": "45.88.230.29:28015",
"map": "discord.gg/RenegadeRust",
"gamemode": "Rust",
"version": "2623",
"numplayers": 65,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 111,
"add_date": 1669287122,
"last_update": 1776513012,
"banned": false,
"wipe": 1775151562,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 117,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "GeoSciencegeek",
"avatar": "6bd50a36-573e-4532-b65d-d3f80795e956.jpg",
"last_online": 1680594104
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/598762");
$data = json_decode($json, true);
var_dump($data);