API для DarkServers, Is the meaning of everything 42?
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "l",
"region": -1,
"product": "cstrike",
"gametype": null,
"dedicated": true,
"steam_id": "90291434961270789",
"domain": null,
"id": 14008382,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Istanbul",
"description": null,
"game": 70,
"owner": null,
"boosts": 1,
"last_offline": 1787777697,
"last_online": 1787599946,
"icon": null,
"name": "DarkServers, Is the meaning of everything 42?",
"connect": null,
"request": null,
"map": "istanbul_42",
"gamemode": null,
"version": "1.1.2.7/Stdio",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": null,
"country": "TR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1787455922,
"last_update": 1787777697,
"ban_reason": null,
"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": 1253,
"language": "tr",
"parked": true,
"app": {
"id": 9,
"steam_id": 70,
"name": "Half-Life",
"url": "half-life"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14008382");
$data = json_decode($json, true);
var_dump($data);