Rust
Wasteland Nomads [PvE | MOD] - No Raiding | No Killing için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8001474json
{
"response": {
"steam_id": "90284688575527947",
"domain": null,
"id": 8001474,
"ip": "87.206.249.113",
"port": 28017,
"query": 26002,
"color": 0,
"city": "Częstochowa",
"description": "![Wasteland Nomads [PvE | MOD] - No Raiding | No Killing](https://cdn.imgchest.com/files/7bwck3jndb7.png)\nWelcome to the Wasteland Nomads server, where you shall immerse yourself in the enhanced essence of Rust! Join the warriors who revel in the chaos and glory of survival.\r\n\r\nInfo:\r\n-Custom mods made by the server owner\r\n- No Raiding! No Killing! No Looting! No Trespassing!\r\n- Noob friendly!\r\n- Decay and upkeep disabled\r\n- The Purge during the last 24h\r\n- The preferred language for communication with admins is English.\r\n- Please read the server rules which can be found on our website, discord and telegram.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776674600,
"score": 0,
"last_online": 1776825024,
"icon": null,
"name": "Wasteland Nomads [PvE | MOD] - No Raiding | No Killing",
"connect": "87.206.249.113:28017",
"request": "87.206.249.113:26002",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2623",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1741177717,
"last_update": 1776825024,
"banned": false,
"wipe": 1775153572,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1367,
"language": "pl",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/8001474");
$data = json_decode($json, true);
var_dump($data);