Garry's Mod
API für 💚FusionRP 2💜Банды🟢Кейсы💜Optimization💚
Wir bieten eine breite Auswahl an Integrationsmethoden. Sie können eine davon verwenden oder Ihre eigene mit der JSON-API erstellen. Wenn Sie einen Vorschlag für eine neue Integrationsmethode haben, kontaktieren Sie uns bitte. Kontaktieren Sie uns
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/143607json
{
"response": {
"steam_id": "85568392923370207",
"domain": null,
"id": 143607,
"ip": "46.174.52.205",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": "",
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1774734733,
"score": null,
"last_online": 1775823010,
"icon": null,
"name": "💚FusionRP 2💜Банды🟢Кейсы💜Optimization💚",
"connect": "46.174.52.205:27015",
"request": "46.174.52.205:27015",
"map": "rp_bangclaw",
"gamemode": "DarkRP",
"version": "2025.03.26",
"numplayers": 95,
"maxplayers": 110,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 108,
"add_date": 1552834969,
"last_update": 1775823010,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9,
"language": "ru",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/143607");
$data = json_decode($json, true);
var_dump($data);