Counter-Strike: Global Offensive
API für ⚡METACS.RU⚡ #3 CS:GO ЛЮТЫЙ ДВИЖ | !WS
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11252624json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11252624,
"ip": "195.200.223.2",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Moscow",
"description": null,
"game": 4465480,
"owner": 54725,
"boosts": 1,
"last_offline": 1776995543,
"score": 0,
"last_online": 1777533022,
"icon": null,
"name": "⚡METACS.RU⚡ #3 CS:GO ЛЮТЫЙ ДВИЖ | !WS",
"connect": "195.200.223.2:27015",
"request": "195.200.223.2:27015",
"map": "de_mirage",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774360611,
"last_update": 1777533022,
"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": 141,
"language": "ru",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": {
"username": "SLAME",
"avatar": "bcc62d32-001f-4ee5-8c8f-5b4f1b2350c3.png",
"last_online": 1777128849
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11252624");
$data = json_decode($json, true);
var_dump($data);