# Support Microsoft — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Get quick access to the latest KB updates for Windows 11 version 25H2, including each update's name, known issues, and release date. Stay informed about the newest patches and fixes available for your system without manually searching the Microsoft release page.

**Category:** Developer Tools | **Website:** [support.microsoft.com/en-US/servicing/os/windows-11/2025/07/windows-11-version-25h2-update-history](https://support.microsoft.com/en-US/servicing/os/windows-11/2025/07/windows-11-version-25h2-update-history) | **Docs:** [parse.bot/marketplace/c52c0cf1-8eaa-423e-8c95-9ce4f6790e94/support-microsoft-com-api](https://parse.bot/marketplace/c52c0cf1-8eaa-423e-8c95-9ce4f6790e94/support-microsoft-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-support-microsoft-com-api-c52c0cf1/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_latest_kbs

Retrieves the latest KB updates from the Windows 11 version 25H2 update history page. Each KB includes its full name, KB number, release date, and any known issues documented on its detail page. Known issues are fetched by following each KB's detail link and extracting the 'Known issues in this update' section. Results are ordered newest-first.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `limit` | integer | No | Maximum number of latest KB updates to retrieve. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-support-microsoft-com-api-c52c0cf1/get_latest_kbs \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"limit":"<integer>"}'
```
