Adrenaline Gamer
API für SourceRuns Jump/Climb #10 .de | Testing
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/549060json
{
"response": {
"steam_id": "90284563352160261",
"domain": null,
"id": 549060,
"ip": "80.240.26.43",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Frankfurt am Main",
"description": "",
"game": 9000049,
"owner": null,
"boosts": 1,
"last_offline": 1772335856,
"score": null,
"last_online": 1776436233,
"icon": null,
"name": "SourceRuns Jump/Climb #10 .de | Testing",
"connect": "80.240.26.43:27015",
"request": "80.240.26.43:27015",
"map": "kz_satomi",
"gamemode": "HL KreedZ Beta",
"version": "1.1.2.2/Stdio",
"numplayers": 1,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1650904958,
"last_update": 1776436233,
"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": 10,
"language": "de",
"parked": false,
"app": {
"id": 109,
"steam_id": 9000049,
"name": "Adrenaline Gamer",
"url": "adrenaline-gamer"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/549060");
$data = json_decode($json, true);
var_dump($data);