API pentru БОЛЬШИЕ СИСЬКИ 18+ (. )( .)
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "90286530052043807",
"domain": null,
"id": 11668365,
"ip": "95.216.3.85",
"port": 27020,
"query": 27020,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 244630,
"owner": null,
"boosts": 1,
"last_offline": 1780656806,
"last_online": 1780435840,
"icon": null,
"name": "БОЛЬШИЕ СИСЬКИ 18+ (. )( .)",
"connect": "95.216.3.85:27020",
"request": "95.216.3.85:27020",
"map": "nt_redlight_ctg",
"gamemode": "Neotokyo",
"version": "1.0.0.3",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": true,
"country": "FI",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780179740,
"last_update": 1780656806,
"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": 15,
"language": "fi",
"parked": false,
"app": {
"id": 41,
"steam_id": 244630,
"name": "NEOTOKYO°",
"url": "neotokyo"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11668365");
$data = json_decode($json, true);
var_dump($data);