---
title: "Algorithms"
method: GET
path: "/algorithms"
tags: ["System information"]
---

# Algorithms

`GET /algorithms`

Return a list of the supported matching/scoring algorithms used by the matching
endpoint.

See also the [scoring documentation](https://www.opensanctions.org/docs/api/scoring/).

## Response `200`

Successful Response

- AlgorithmResponse
  - `algorithms` Algorithm[], required
    - `name` string, required
    - `description` string, nullable
    - `features` object, required — Deprecated, use `docs` instead
    - `docs` AlgorithmDocs, required — Documentation for a scoring algorithm.
      - `name` string, required
      - `description` string, nullable
      - `config` object, required
      - `features` object, required
  - `default` string, required
  - `best` string, required

---

[API](https://skmtc.net/opensanctions/apis/opensanctions-api.md) · [All operations](https://skmtc.net/opensanctions/apis/opensanctions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opensanctions/opensanctions-api/versions/8261f1aa0d2c/schema)
