Unturned
API pentru FIERO RP | НА ОБНОВЛЕНИИ
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/9976262json
{
"response": {
"steam_id": "85568392935110219",
"domain": null,
"id": 9976262,
"ip": "194.147.90.7",
"port": 23000,
"query": 23000,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"QaimYP5vbg\",\"type\":\"paragraph\",\"data\":{\"text\":\"Лучший РП сервер в Unturned с уникальными механиками, работами и развлечениями.\\n\\nhttps://discord.gg/wrdkkTeT7y\\nhttps://vk.com/fierorp\"}}]",
"game": 304930,
"owner": 136920,
"boosts": 1,
"last_offline": 1776049312,
"score": 0,
"last_online": 1776084612,
"icon": null,
"name": "FIERO RP | НА ОБНОВЛЕНИИ",
"connect": "194.147.90.7:23000",
"request": "194.147.90.7:23000",
"map": "FIERO",
"gamemode": "Мы тебя удивим!",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": true,
"country": "RU",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1754895773,
"last_update": 1776084612,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 3,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 8,
"language": "ru",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": {
"username": "sarshane",
"avatar": "38067f34-458f-43fb-bc37-b6dbf01ec21d.jpg",
"last_online": 1769475389
},
"mods": [
{
"id": 429,
"name": "RPG"
},
{
"id": 1272,
"name": "RPG System"
}
],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/9976262");
$data = json_decode($json, true);
var_dump($data);