V Rising
API pentru [EU] Blood and Wine -Relaxed
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10225828json
{
"response": {
"steam_id": "90284789865746448",
"domain": null,
"id": 10225828,
"ip": "161.97.158.188",
"port": 29400,
"query": 29415,
"color": 0,
"city": "Lauterbourg",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1776183117,
"score": 0,
"last_online": 1776820935,
"icon": null,
"name": "[EU] Blood and Wine -Relaxed",
"connect": "161.97.158.188:29400",
"request": "161.97.158.188:29415",
"map": "VRisingWorld",
"gamemode": "8636a4ac-9af7-4f5a-88dc-d246a97498db",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1756733833,
"last_update": 1776820935,
"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": 845,
"language": "fr",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10225828");
$data = json_decode($json, true);
var_dump($data);