Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firstdarkdev/server-meta
A metadata api for quering Minecraft Server Versions (similar to serverjars)
https://github.com/firstdarkdev/server-meta
api metadata minecraft server
Last synced: about 2 months ago
JSON representation
A metadata api for quering Minecraft Server Versions (similar to serverjars)
- Host: GitHub
- URL: https://github.com/firstdarkdev/server-meta
- Owner: firstdarkdev
- License: mit
- Created: 2024-06-01T13:33:00.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-16T19:54:29.000Z (6 months ago)
- Last Synced: 2024-08-16T21:07:24.998Z (6 months ago)
- Topics: api, metadata, minecraft, server
- Language: Java
- Homepage: https://servermeta.firstdark.dev
- Size: 79.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
### Server Meta
This "server" allows you to query available Minecraft Server versions.
Supports:
- Vanilla
- Forge
- Fabric
- Quilt
- NeoForge
- PaperThis API is hosted on https://servermeta.firstdark.dev/v1.
You can query the information with the following:
- Vanilla - `https://servermeta.firstdark.dev/v1/vanilla`
- Forge - `https://servermeta.firstdark.dev/v1/forge`
- Fabric - `https://servermeta.firstdark.dev/v1/fabric`
- Quilt - `https://servermeta.firstdark.dev/v1/quilt`
- NeoForge - `https://servermeta.firstdark.dev/v1/neoforge`
- Paper - `https://servermeta.firstdark.dev/v1/paper`***
### Self Hosting
This api uses Docker to run. You can also build the application from scratch, if needed.
- Check out this repository to a folder on your Computer/Server
- Edit `docker-compose.yml` and replace `fdd-docker` with your network name
- Alternatively, configure an exposed port
- Run `docker compose up -d --build`***
License:
The code of this application is licensed under the MIT license. You are allowed to use our hosted instance for your own applications as well, but you might be banned from it if you abuse it.