V Rising
API for suckers-club
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11449019json
{
"response": {
"steam_id": "90283801548474373",
"domain": null,
"id": 11449019,
"ip": "92.204.164.5",
"port": 20135,
"query": 20136,
"color": 0,
"city": "Strasbourg",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1774977959,
"score": 0,
"last_online": 1776806483,
"icon": null,
"name": "suckers-club",
"connect": "92.204.164.5:20135",
"request": "92.204.164.5:20136",
"map": "VRisingWorld",
"gamemode": "85724c2b-92fc-4cae-a0fe-82bb23ec3cd7",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774977959,
"last_update": 1776806483,
"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": 2692,
"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/11449019");
$data = json_decode($json, true);
var_dump($data);