API для VeloriaRP | Économie Réaliste | 30k | Rejoignez-nous !
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286803850777624",
"domain": null,
"id": 11778487,
"ip": "164.132.44.254",
"port": 7783,
"query": 27021,
"project_id": null,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 885570,
"owner": null,
"boosts": 1,
"last_offline": 1781074409,
"last_online": 1781035822,
"icon": null,
"name": "VeloriaRP | Économie Réaliste | 30k | Rejoignez-nous !",
"connect": "164.132.44.254:7783",
"request": "164.132.44.254:27021",
"map": "Amboise",
"gamemode": "Nova-Life: Amboise",
"version": "1.10.0.0",
"numplayers": 0,
"maxplayers": 124,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780998922,
"last_update": 1781074409,
"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": 90,
"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/11778487");
$data = json_decode($json, true);
var_dump($data);