V Rising
API for Misfits
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11166873json
{
"response": {
"steam_id": "90283428541328412",
"domain": null,
"id": 11166873,
"ip": "162.246.19.106",
"port": 23722,
"query": 23732,
"color": 0,
"city": "Secaucus",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1774419114,
"score": 0,
"last_online": 1776816630,
"icon": null,
"name": "Misfits",
"connect": "162.246.19.106:23722",
"request": "162.246.19.106:23732",
"map": "VRisingWorld",
"gamemode": "5afc6c0d-5fd9-465d-977d-ea920f8f0d45",
"version": "0.0.0.1",
"numplayers": 2,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1772228642,
"last_update": 1776816630,
"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": 49,
"language": "en",
"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/11166873");
$data = json_decode($json, true);
var_dump($data);