V Rising
API for fatih
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11365287json
{
"response": {
"steam_id": 90283411595634700,
"domain": null,
"id": 11365287,
"ip": "92.204.168.17",
"port": 20150,
"query": 20151,
"color": 0,
"city": "Strasbourg",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1774595187,
"score": 0,
"last_online": 1775781622,
"icon": null,
"name": "fatih",
"connect": "92.204.168.17:20150",
"request": "92.204.168.17:20151",
"map": "VRisingWorld",
"gamemode": "277448d8-8915-48e9-b457-14779432be13",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "FR",
"status": true,
"votes": 0,
"points": 35,
"add_date": 1774595187,
"last_update": 1775781622,
"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": 107,
"language": "fr",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11365287");
$data = json_decode($json, true);
var_dump($data);