s&box
API für ⚡️[GER] AKG DarkRP ⚖️ x2 Weed 🌿 Größere Taschen �
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11492373json
{
"response": {
"revision": "237798",
"protocol": 1101,
"gameident": "dxura.rp",
"hidden": false,
"api": 25,
"steam_id": "90285718793033739",
"domain": null,
"id": 11492373,
"ip": "162.120.3.99",
"port": 9015,
"query": 9016,
"color": 5,
"city": "Eschborn",
"description": "[{\"id\":\"BC6Zrowzw0\",\"type\":\"paragraph\",\"data\":{\"text\":\"🚨 AKG - DarkRP 🚨\\nNEW ENG/GER DarkRP Server based on DXRP!\\n\\n💸 $1.5k Startmoney\\n🌿 2x Weed Sell Price\\n🔥 Active Staff & Team Members Wanted\\n🏙️ Fun Roleplay Experience\\n\\nStart your story now and dominate the streets of AKG!\"}}]",
"game": 590830,
"owner": 194043,
"boosts": 3,
"last_offline": 1778620977,
"score": 0,
"last_online": 1778706008,
"icon": null,
"name": "⚡️[GER] AKG DarkRP ⚖️ x2 Weed 🌿 Größere Taschen �",
"connect": "162.120.3.99:9015",
"request": "162.120.3.99:9016",
"map": "thieves.rpdowntown3t",
"gamemode": "DXRP",
"version": "26.05.06a",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 5,
"points": 315,
"add_date": 1778510448,
"last_update": 1778706008,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 3,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1,
"language": "en",
"parked": false,
"app": {
"id": 1646716,
"steam_id": 590830,
"name": "s&box",
"url": "sbox"
},
"server_owner": {
"username": "trtox1c",
"avatar": "67a6d855-8c43-4dd9-9288-ca511aaba72c.png",
"last_online": 1778696881
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11492373");
$data = json_decode($json, true);
var_dump($data);