Minecraft
API for V For Vanilla The True Vanilla Experience
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/998907json
{
"response": {
"steam_id": null,
"domain": "vforv.net",
"id": 998907,
"ip": "95.216.113.121",
"port": 25565,
"query": 25565,
"color": 0,
"city": "Helsinki",
"description": "",
"game": 9000034,
"owner": null,
"boosts": 1,
"last_offline": 1776351826,
"score": null,
"last_online": 1776819033,
"icon": null,
"name": "V For Vanilla The True Vanilla Experience",
"connect": "vforv.net:25565",
"request": "95.216.113.121:25565",
"map": null,
"gamemode": null,
"version": "Paper 1.21.11",
"numplayers": 7,
"maxplayers": 50,
"bots": 0,
"secured": null,
"private": null,
"country": "FI",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1685029177,
"last_update": 1776819033,
"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": 791,
"language": "fi",
"parked": false,
"app": {
"id": 169,
"steam_id": 9000034,
"name": "Minecraft",
"url": "minecraft"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/998907");
$data = json_decode($json, true);
var_dump($data);