https://github.com/oapicf/minecraft-versions
SDK for Minecraft versions info
https://github.com/oapicf/minecraft-versions
little-godzilla minecraft oapicf openapi openapi-generator
Last synced: 7 months ago
JSON representation
SDK for Minecraft versions info
- Host: GitHub
- URL: https://github.com/oapicf/minecraft-versions
- Owner: oapicf
- License: mit
- Created: 2024-06-25T13:53:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-10T14:32:18.000Z (9 months ago)
- Last Synced: 2025-07-05T02:32:53.668Z (7 months ago)
- Topics: little-godzilla, minecraft, oapicf, openapi, openapi-generator
- Language: Java
- Homepage:
- Size: 3.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/oapicf/minecraft-versions/actions/workflows/ci-workflow.yaml)
Minecraft Versions
------------------
Minecraft Versions is SDK for Minecraft versions info .
Published packages
------------------
| Language | Package | Status | Documentation |
|----------|---------|--------|---------------|
| JavaScript | [minecraftverse]((http://www.npmjs.com/package/minecraftverse)) | [](http://www.npmjs.com/package/minecraftverse) | [README](https://github.com/oapicf/minecraft-versions/blob/main/clients/javascript/generated/README.md) |
| Python | [minecraftverse]((https://pypi.python.org/pypi/minecraftverse)) | [](https://pypi.python.org/pypi/minecraftverse) | [README](https://github.com/oapicf/minecraft-versions/blob/main/clients/python/generated/README.md) |
| Ruby | [minecraft_versions]((https://rubygems.org/gems/minecraft_versions)) | [](https://rubygems.org/gems/minecraft_versions) | [README](https://github.com/oapicf/minecraft-versions/blob/main/clients/ruby/generated/README.md) |
Version matrix
--------------
| Minecraft Versions Version | OpenAPI Version | OpenAPI Generator Version |
|----------------------------|-----------------|---------------------------|
| 1.1.0 | 3.1.0 | 7.12.0 |
| 1.0.0 | 3.1.0 | 7.9.0 |
| 0.12.0 | 3.0.0 | 7.6.0 |
Installation
------------
You can either use the generated clients from `clients//generated/` directory.
Or you can use the published packages like below:
Install JavaScript client:
npm install minecraftverse
Install Python client:
pip install minecraftverse
Install Ruby client:
gem install minecraft_versions
Colophon
--------
* [API Documentation](https://oapicf.github.io/minecraft-versions/api/latest/)