Files
api
v1
index.php
audio
banner
data
docker
docs
icons
lib
oracles
scraper
static
template
.dockerignore
.gitignore
Dockerfile
README.md
about.php
ami4get.php
api.txt
captcha.php
docker-compose.yaml
donate.php
favicon.ico
favicon.php
images.php
index.php
instances.php
license.txt
music.php
news.php
opensearch.php
proxy.php
robots.txt
settings.php
sitemap.php
videos.php
web.php
4get/api/index.php

11 lines
135 B
PHP

<?php
header("Content-Type: application/json");
http_response_code(404);
echo json_encode(
[
"status" => "Unknown endpoint"
]
);