---
title: "Get album ranking - latest"
method: GET
path: "/api/v2.26/chart/album/{slug}/ranking/latest"
tags: ["Charts"]
---

# Get album ranking - latest

`GET /api/v2.26/chart/album/{slug}/ranking/latest`

## Path parameters

- `slug` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

An album chart ranking collection response

- ChartAlbumRankCollectionResponse2
  - `related` Ranking
    - `chart` ChartLight
      - `name` string
      - `type` string
      - `slug` string
      - `platform` string
      - `frequency` string
      - `countryCode` string
      - `countryName` string
      - `cityName` string
      - `maxResultsCount` integer
      - `webUrl` string
    - `date` string, date-time
  - `items` AlbumRank4[]
    - `album` AlbumLight
      - `name` string
      - `creditName` string
      - `releaseDate` string, date-time
      - `uuid` string
    - `position` integer
    - `positionEvolution` integer
    - `entryState` string
    - `entryDate` string, date-time
    - `rankDate` string, date-time
    - `oldPosition` integer
    - `timeOnChart` integer
    - `timeOnChartUnit` string
  - `page` OffsetPage
    - `offset` integer — The offset of the items returned (as set in the request or by default). Default is 0
    - `limit` integer — The maximum number of items in the response (as set in the request or by default).
    - `next` string — URL to the next page of items. (null if none)
    - `previous` string — URL to the previous page of items. (null if none)
    - `total` integer — The maximum number of items available to return.
  - `errors` Error[]
    - `key` string — Error key
    - `code` integer — Error code
    - `message` string — Error message

## Other responses

- `401` — You are not logged in
- `403` — This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access.
- `404` — Chart not found

---

[API](https://skmtc.net/soundcharts/apis/soundcharts-api.md) · [All operations](https://skmtc.net/soundcharts/apis/soundcharts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soundcharts/soundcharts-api/revisions/3c3527dd7996/schema)
