---
title: "Get multiple ratings"
method: GET
path: "/ratings/{ids}"
tags: ["Ratings"]
---

# Get multiple ratings

`GET /ratings/{ids}`

## Path parameters

- `ids` string, required — Comma-separated list of identifiers

## Response `200`

Successful response

- Rating
  - `id` string — Identifier of a resource
  - `title` string
  - `created` integer
  - `value` integer
  - `context` string
  - `source` string
  - `comments` RatingComment[]
    - `id` string — Identifier of a resource
    - `created` integer — Precise Unix time (number of milliseconds since 00:00::00.000 1. January, 1970, UTC) for system-generated time stamps
    - `text` string

## Changes

- **2020-08-13** `b2a47c048e83` — 1 breaking, 2 info
  - the `comments/items/created` response's property type/format changed from `integer`/`int64` to ``/`` for status `200`
  - the response optional property `comments/items/created` became not read-only for the status `200`
  - added `#/components/schemas/UnixTimeMillis` to the `comments/items/created` response property `allOf` list for the response status `200`
- **2020-08-13** `ddfd4e39c98d` — 1 breaking, 2 info
  - the `comments/items/created` response's property type/format changed from ``/`` to `integer`/`int64` for status `200`
  - the response optional property `comments/items/created` became read-only for the status `200`
  - removed `#/components/schemas/UnixTimeMillis` from the `comments/items/created` response property `allOf` list for the response status `200`

[Change history](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/changes/ratings/:ids/get.md)

---

[API](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api.md) · [All operations](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kartevonmorgen/openfairdb-api/revisions/4c454390b099/schema)
