Nova-Life: Amboise
API для Oxxy RP | 100K de start | Recherche Staff et PDG
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10481365json
{
"response": {
"steam_id": "90285116255442955",
"domain": null,
"id": 10481365,
"ip": "185.44.80.36",
"port": 7757,
"query": 7759,
"color": 0,
"city": "Nanterre",
"description": null,
"game": 885570,
"owner": null,
"boosts": 1,
"last_offline": 1773759122,
"score": 0,
"last_online": 1777569087,
"icon": null,
"name": "Oxxy RP | 100K de start | Recherche Staff et PDG",
"connect": "185.44.80.36:7757",
"request": "185.44.80.36:7759",
"map": "Amboise",
"gamemode": "Nova-Life: Amboise",
"version": "1.10.0.0",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1760514652,
"last_update": 1777569087,
"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": 8,
"language": "fr",
"parked": false,
"app": {
"id": 48590,
"steam_id": 885570,
"name": "Nova-Life: Amboise",
"url": "nova-life-amboise"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10481365");
$data = json_decode($json, true);
var_dump($data);