API для Scars
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11602702,
"ip": "186.4.9.183",
"port": 28001,
"query": 28001,
"color": 0,
"city": "San José",
"description": null,
"game": 500,
"owner": 195986,
"boosts": 1,
"last_offline": 1779771804,
"last_online": 1779824427,
"icon": null,
"name": "Scars",
"connect": "186.4.9.183:28001",
"request": "186.4.9.183:28001",
"map": "l4d_river01_docks",
"gamemode": "L4D - Co-op - Normal",
"version": "1.0.3.1",
"numplayers": 0,
"maxplayers": 25,
"bots": 0,
"secured": true,
"private": false,
"country": "CR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779495020,
"last_update": 1779824427,
"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": 49,
"language": "es",
"parked": false,
"app": {
"id": 18,
"steam_id": 500,
"name": "Left 4 Dead",
"url": "left-4-dead"
},
"server_owner": {
"username": "dan_castrillo",
"avatar": "7c62ffa9-6eab-47ea-8cfd-c0b6804c7cda.webp"
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11602702");
$data = json_decode($json, true);
var_dump($data);