> For the complete documentation index, see [llms.txt](https://docs.oscwii.org/repository-manager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oscwii.org/repository-manager/api/introduction.md).

# Introduction

Welcome to the Repository Manager API documentation! This API can be used to access, interact with, and retrieve repository information and contents from Repository Manager.

<figure><img src="/files/mrCmK6VBbqmW9QrZ266Q" alt="" width="152"><figcaption><p>Documentation</p></figcaption></figure>

The Base URL for all requests in this documentation is `https://hbb1.oscwii.org/api`

Old API versions were available at `api.oscwii.org`, however, with the discontinuation of v2 and v1, this has been removed.

Before starting, please read the [Guidelines](/repository-manager/api/guidelines.md) that govern the usage of this API.

### API Versioning

Repository Manager exposes versioned API paths to specify which API version you want to use, for example: `https://hbb1.oscwii.org/api/v{version}`

Currently this is the status of the different API versions:

<table><thead><tr><th width="160">Version</th><th>Status</th></tr></thead><tbody><tr><td>4</td><td>Available (Recommended)</td></tr><tr><td>3</td><td>Available</td></tr><tr><td>2</td><td>Discontinued (As of July 1st, 2024)</td></tr><tr><td>1</td><td>Discontinued (As of July 1st, 2024)</td></tr></tbody></table>
