Garry's Mod
API für RUSSIAN 2 Death Match
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/5605931json
{
"response": {
"steam_id": "85568392934507773",
"domain": null,
"id": 5605931,
"ip": "194.147.90.90",
"port": 24216,
"query": 24216,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"rW-6vlBJyQ\",\"type\":\"paragraph\",\"data\":{\"text\":\"Наш сайт: https://homigrad.com\"}},{\"id\":\"f-05oVJ61k\",\"type\":\"paragraph\",\"data\":{\"text\":\"HOMIGRADCOM HOMIGRAD homigrad homigradcom garrysmod gmod garrys mod\"}}]",
"game": 4000,
"owner": 147451,
"boosts": 1,
"last_offline": 1775475125,
"score": 0,
"last_online": 1775830211,
"icon": null,
"name": "RUSSIAN 2 Death Match",
"connect": "194.147.90.90:24216",
"request": "194.147.90.90:24216",
"map": "ttt_diescraper",
"gamemode": "HOMIGRADCOM",
"version": "2025.03.26",
"numplayers": 7,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 107,
"add_date": 1723662868,
"last_update": 1775830211,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 18,
"language": "ru",
"parked": false,
"app": {
"id": 30,
"steam_id": 4000,
"name": "Garry's Mod",
"url": "garrys-mod"
},
"server_owner": {
"username": "HOMIGRAD",
"avatar": "b9b5c040-4dd0-4725-8fd1-979b79174796.jpg",
"last_online": 1763733214
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/5605931");
$data = json_decode($json, true);
var_dump($data);