Перейти к основному содержанию
GET
/
pkgs
/
{pkgId}
/
ratings
Get public ratings
curl --request GET \
  --url https://api.oquiz.net/pkgs/{pkgId}/ratings
[
  {
    "id": "<string>",
    "value": 123,
    "createdAt": "2023-11-07T05:31:56Z",
    "message": "<string>",
    "isPrettify": true,
    "user": {
      "image": {
        "src": "<string>",
        "color": "<string>"
      },
      "username": "<string>",
      "realname": "<string>"
    }
  }
]

Documentation Index

Fetch the complete documentation index at: https://wiki.oquiz.net/llms.txt

Use this file to discover all available pages before exploring further.

Параметры пути

pkgId
string
обязательно

Параметры запроса

cursor
string

Cursor id for pagination

cursorOrder
string

Cursor fallback for pagination

take
number

Number of ratings to take

Ответ

200 - application/json
id
string
обязательно
value
number
обязательно
createdAt
string<date-time>
обязательно
message
null | string
обязательно
isPrettify
boolean
обязательно
user
object
обязательно