specification icon indicating copy to clipboard operation
specification copied to clipboard

Requesting adding Prints Data

Open NekoSuneVR opened this issue 10 months ago • 1 comments

hello requesting adding Prints API endpoint because this be useful few moderation stuff

Prints endpoint

api/1/prints/prnt_ID

json response for callback

{
  "authorId": "usr_ID",
  "authorName": "AUTHORNAME",
  "createdAt": "2025-02-28T15:31:31.565Z",
  "files": {
    "fileId": "file_FILEID",
    "image": "https://api.vrchat.cloud/api/1/file/file_FILEID/1/file"
  },
  "id": "prnt_ID",
  "note": "",
  "ownerId": "usr_ID",
  "timestamp": "2025-02-28T07:31:09.000Z",
  "worldId": "wrld_4cf554b4-430c-4f8f-b53e-1f294eed230b",
  "worldName": "The Black Cat"
}```

Requires Logged in do this data

NekoSuneVR avatar Feb 28 '25 16:02 NekoSuneVR

for heads up i have made test build my fork see works and works fine if ever need know, I will update to main lib when its fully integrated but not sure anymore prints endpoint other then GET info

https://github.com/NekoSuneVR/vrchatapi-javascript and dw about IP, its running threw VPN not actual IP from external

Image

but preview there I added it temp my fork

NekoSuneVR avatar Feb 28 '25 23:02 NekoSuneVR

Closed by #440

jellejurre avatar May 12 '25 14:05 jellejurre