Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing API endpoints #23

Open
1 of 19 tasks
fenhl opened this issue Mar 20, 2020 · 0 comments
Open
1 of 19 tasks

Missing API endpoints #23

fenhl opened this issue Mar 20, 2020 · 0 comments
Assignees

Comments

@fenhl
Copy link
Member

fenhl commented Mar 20, 2020

The following API endpoints from version 2 should be added to version 3:

  • an equivalent of the /minigame/achievements endpoints for advancements?
  • /player/<player>/info.json (move to /person/<person>/info.json)
  • /player/<player>/skin/render/front/16.png (move to /person/<person>/skin/front.png)
  • /server/sessions/lastseen.json (move to /server/lastseen.json)
  • /world/<world>/backup/latest.tar.gz?
  • /world/<world>/chunks/regions.json (split up per dimension and move to /world/<world>/dim/<dimension>/regions.json
  • /world/<world>/chunks/<dimension>/block/<x>/<y>/<z>.json (move to /world/<world>/dim/<dimension>/block/<x>/<y>/<z>.json)
  • /world/<world>/deaths/latest.json
  • /world/<world>/deaths/all.json
  • /world/<world>/logs/all.json?
  • /world/<world>/logs/latest.json?
  • /world/<world>/maps/by-id/<identifier>.{dat,json}
  • /world/<world>/maps/overview.json
  • /world/<world>/maps/render/<identifier>.png
  • /world/<world>/player/<player>/advancements.json
  • /world/<world>/player/<player>/stats.json
  • /world/<world>/scoreboard.{dat,json}
  • /world/<world>/sessions/all.json
  • /world/<world>/sessions/lastseen.json
@fenhl fenhl self-assigned this Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant