# Linked partitioning to replace offset-based pagination

DevFeed: [Linked partitioning to replace offset-based pagination](<https://devfeed.tech/articles/linked-partitioning-to-replace-offset-based-pagination-2102.md>)

Original publisher: [Read original article](<https://developers.soundcloud.com/blog//offset-pagination-deprecated>)

Published: 2015-02-02T00:00:00Z

Content type: article

Language: en

Sources: [SoundCloud Backstage Blog](<https://devfeed.tech/sources/soundcloud-backstage-blog.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [announcements](<https://devfeed.tech/tags/announcements.md>), [api](<https://devfeed.tech/tags/api.md>), [examples](<https://devfeed.tech/tags/examples.md>), [guide](<https://devfeed.tech/tags/guide.md>), [http](<https://devfeed.tech/tags/http.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [json](<https://devfeed.tech/tags/json.md>), [php](<https://devfeed.tech/tags/php.md>), [python](<https://devfeed.tech/tags/python.md>), [ruby](<https://devfeed.tech/tags/ruby.md>), [update](<https://devfeed.tech/tags/update.md>)

## AI overview

The SoundCloud API is deprecating offset-based pagination in favor of linked partitioning on March 2, 2015. Developers should update their code to follow the URI returned for the next page of results.

## Source excerpt

The SoundCloud API will be dropping support for offset-based pagination on March 2, 2015, in favor of linked partitioning. To page through a...