Counter-Strike
API für [FFA] GAMESHOT.PL [RESET RANG/TOP15] [VIP STEAM] [FREE VIP 18-6] [SKINY] [RANGI] [ASYSTY] [MEDALE] @pukawka.pl
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10682952json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10682952,
"ip": "193.33.176.27",
"port": 27145,
"query": 27145,
"color": 0,
"city": "Gdansk",
"description": null,
"game": 10,
"owner": null,
"boosts": 1,
"last_offline": 1775929916,
"score": 0,
"last_online": 1776195619,
"icon": null,
"name": "[FFA] GAMESHOT.PL [RESET RANG/TOP15] [VIP STEAM] [FREE VIP 18-6] [SKINY] [RANGI] [ASYSTY] [MEDALE] @pukawka.pl",
"connect": "193.33.176.27:27145",
"request": "193.33.176.27:27145",
"map": "de_nuke",
"gamemode": "Czas mapy: 8:40",
"version": "1.1.2.7/Stdio",
"numplayers": 11,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 58,
"add_date": 1764588816,
"last_update": 1776195619,
"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": 2501,
"language": "pl",
"parked": false,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10682952");
$data = json_decode($json, true);
var_dump($data);