# Pensions Ombudsman — 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.

> Search through the UK Pensions Ombudsman's past decisions and guidance to find relevant information about pension disputes, complaints procedures, and FAQs. Access news updates, publications, and detailed information about filing complaints or understanding your rights as a pension scheme member.

**Category:** Government & Public Data | **Website:** [pensions-ombudsman.org.uk/](https://pensions-ombudsman.org.uk/) | **Docs:** [parse.bot/marketplace/8eb32e69-6d4c-4328-b959-7a054d476b28/pensions-ombudsman-org-uk-api](https://parse.bot/marketplace/8eb32e69-6d4c-4328-b959-7a054d476b28/pensions-ombudsman-org-uk-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-pensions-ombudsman-org-uk-api-8eb32e69/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_about_us

Retrieve general information about the Pensions Ombudsman organisation. Returns the page title, full text body, and canonical URL.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-pensions-ombudsman-org-uk-api-8eb32e69/get_about_us \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_being_complained_about_info

Retrieve information for those being complained about at the Pensions Ombudsman. Returns the page title, full text body, and canonical URL.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-pensions-ombudsman-org-uk-api-8eb32e69/get_being_complained_about_info \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_decision_detail

Retrieve full details of a single Pensions Ombudsman decision by its URL. Returns the decision title, metadata (complainant, respondent, outcome, type, topic, reference, date), the full determination text, and a PDF link if available. The URL can be obtained from search_decisions results.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `url` | string | Yes | Full URL of the decision page, e.g. from search_decisions results[*].url. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-pensions-ombudsman-org-uk-api-8eb32e69/get_decision_detail \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"<string>"}'
```

### get_faqs

Retrieve FAQ content with optional keyword search. Returns question and answer pairs. Paginates via a 0-based page counter.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `keys` | string | No | Search keyword to filter FAQs. |
| `page` | integer | No | Page number (0-based). |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-pensions-ombudsman-org-uk-api-8eb32e69/get_faqs \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"keys":"<string>","page":"<integer>"}'
```

### get_making_a_complaint_info

Retrieve information about making a complaint to the Pensions Ombudsman. Returns the page title, full text body, and canonical URL.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-pensions-ombudsman-org-uk-api-8eb32e69/get_making_a_complaint_info \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```

### get_news_article

Retrieve the full content of a specific news article. The URL can be obtained from get_news_listing results.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `url` | string | Yes | Full URL of the news article, e.g. from get_news_listing results[*].url. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-pensions-ombudsman-org-uk-api-8eb32e69/get_news_article \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url":"<string>"}'
```

### get_news_listing

Retrieve a paginated list of news articles and press releases from the Pensions Ombudsman. Each page returns up to 12 items ordered by publication date descending.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `page` | integer | No | Page number (0-based). |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-pensions-ombudsman-org-uk-api-8eb32e69/get_news_listing \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"page":"<integer>"}'
```

### get_publications

Retrieve a paginated listing of publications from the Pensions Ombudsman, including leaflets, factsheets, expenditure reports, and governance documents. Each page returns up to 12 items ordered by date descending.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `page` | integer | No | Page number (0-based). |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-pensions-ombudsman-org-uk-api-8eb32e69/get_publications \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"page":"<integer>"}'
```

### search_decisions

Search and list previous decisions from the Pensions Ombudsman. Returns paginated results with decision metadata including title, URL, complainant, respondent, outcome, complaint topic, reference, and date. Supports keyword search, sorting, and filtering by outcome, topic, or type. Paginates via a 0-based page counter; each page returns up to 12 decisions ordered by decision date.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `keys` | string | No | Search keyword to filter decisions. |
| `outcome` | string | No | Outcome filter as comma-separated numeric IDs from the site's taxonomy. |
| `page` | integer | No | Page number (0-based). |
| `sort` | string | No | Sort order for results. |
| `topic` | string | No | Complaint topic filter as comma-separated numeric IDs from the site's taxonomy. |
| `type_id` | string | No | Decision type filter as comma-separated numeric IDs from the site's taxonomy. |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-pensions-ombudsman-org-uk-api-8eb32e69/search_decisions \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"keys":"<string>","outcome":"<string>","page":"<integer>","sort":"<string>","topic":"<string>","type_id":"<string>"}'
```

### search_site

Perform a global keyword search across all site content. Returns paginated results with title, URL, and snippet. Paginates via a 0-based page counter.

**Estimated cost:** Metered

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `keys` | string | Yes | Search keyword. |
| `page` | integer | No | Page number (0-based). |

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-pensions-ombudsman-org-uk-api-8eb32e69/search_site \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"keys":"<string>","page":"<integer>"}'
```
