diff --git a/README.md b/README.md index 506374e..10a1a5e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I have deployed this on my personal domain `ashcon.app` and am opening it up for ### Single Request *(now)* Username or UUID -> Everything
-[https://api.ashcon.app/mojang/v1/user/[username|uuid]](https://api.ashcon.app/mojang/v1/user/ElectroidFilms) `(click for example)` +[https://api.ashcon.app/mojang/v2/user/[username|uuid]](https://api.ashcon.app/mojang/v2/user/Notch) `(click for example)` ``` { "uuid": , @@ -31,9 +31,13 @@ Username or UUID -> Everything
"cape": { "url": , "data": + }, + "raw": { + "value": , + "signature": } }, - "cached_at": + "created_at": } ``` @@ -81,5 +85,5 @@ UUID -> Profile + Textures
npm i npm run build npm run preview -- \ - --preview-url https://localhost/mojang/v1/user/Notch + --preview-url https://localhost/mojang/v2/user/Notch ```