Garry's Mod
API für 🟢MagicRP#3🔴БОНУС 5.000P🟢ПРОМО обычный
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/428647json
{
"response": {
"steam_id": "85568392923965592",
"domain": null,
"id": 428647,
"ip": "212.22.93.60",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Moscow",
"description": "",
"game": 4000,
"owner": null,
"boosts": 1,
"last_offline": 1774237871,
"score": null,
"last_online": 1775838615,
"icon": null,
"name": "🟢MagicRP#3🔴БОНУС 5.000P🟢ПРОМО обычный",
"connect": "212.22.93.60:27016",
"request": "212.22.93.60:27016",
"map": "rp_bangclaw_bonus",
"gamemode": "DarkRP",
"version": "2025.03.26",
"numplayers": 69,
"maxplayers": 127,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 75,
"add_date": 1603825244,
"last_update": 1775838615,
"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": 77,
"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/428647");
$data = json_decode($json, true);
var_dump($data);