API for CRAFTPEDIA
JSON for programs, websites and more
text
json
{
"response": {
"fps": 240,
"fps_avg": 239,
"entities_count": 3214,
"world_seed": 1489419292,
"world_size": 1000,
"steam_id": "90286576164927505",
"domain": null,
"id": 11606745,
"ip": "90.24.140.163",
"port": 28055,
"query": 28057,
"color": 0,
"city": "Labatut",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780563808,
"last_online": 1780535006,
"icon": null,
"name": "CRAFTPEDIA",
"connect": "90.24.140.163:28055",
"request": "90.24.140.163:28057",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 1,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915480,
"last_update": 1780563808,
"banned": false,
"wipe": 1778177946,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12215,
"language": "fr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11606745");
$data = json_decode($json, true);
var_dump($data);