API für #1 OuTPlay | X2 | Raidable Bases | Bi-Weekly | Full WIPED 08/05
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286583259943961",
"domain": null,
"id": 7287026,
"ip": "57.128.5.43",
"port": 20003,
"query": 20002,
"color": 0,
"city": "Roubaix",
"description": "Plugin list:Raidable Base fully custom for hards,rest incomming |SuperMarket and AirfieldEvent|AirdropPrecison|Clan|AutoAuth|Panel and WelcomePanel|JStack|Kits(No P2W, Nothing busted)|Upkeep time increased by 25%|Crafting time reduced by 50%|AmmoHUD|AutoAuth|Remover Tool (have a hammer in hand /remove) All server in X2 | Map Size 4000\r\n\r\nYou can join the discord by pressing the view website button! Need help? A question? Come Discord!\r\nFrench in chat is accepted but English is the main language!\r\n\r\nVous pouvez joindre le Discord en appuyant sur le boutton voir le site web! Besoin d aide? Une Question? Venez Discord!\r\nLe francais dans le chat est accepte mais la langue principal est l anglais si vous pouvez pour le comfort de la majorite!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780459450,
"last_online": 1780560636,
"icon": null,
"name": "#1 OuTPlay | X2 | Raidable Bases | Bi-Weekly | Full WIPED 08/05",
"connect": "57.128.5.43:20003",
"request": "57.128.5.43:20002",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1736704000,
"last_update": 1780560636,
"banned": false,
"wipe": 1778246537,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2725,
"language": "fr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/7287026");
$data = json_decode($json, true);
var_dump($data);