# Fatf Gafi — 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.

> Monitor which jurisdictions are flagged by the Financial Action Task Force on their black and grey lists, including their risk classifications and links to detailed information, with updates three times yearly. Quickly check a country's FATF compliance status to assess financial risk and regulatory standing.

**Category:** Government & Public Data | **Website:** [www.fatf-gafi.org/en/countries/black-and-grey-lists.html](https://www.fatf-gafi.org/en/countries/black-and-grey-lists.html) | **Docs:** [parse.bot/marketplace/c7e07ee9-4833-445c-b40f-9d6b8d33e6fe/fatf-gafi-org-api](https://parse.bot/marketplace/c7e07ee9-4833-445c-b40f-9d6b8d33e6fe/fatf-gafi-org-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-fatf-gafi-org-api-c7e07ee9/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_jurisdictions

Get all jurisdictions on the FATF black list (High-Risk Jurisdictions subject to a Call for Action) and grey list (Jurisdictions under Increased Monitoring). Returns structured data including each jurisdiction's name, risk classification, list type, description, detail page URL, and last update date. The list is updated approximately three times per year after FATF plenary meetings.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-fatf-gafi-org-api-c7e07ee9/get_jurisdictions \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
