v3

latestOpenAPI 3.1.02026-08-03124249.6 KB
Data access

Fetch Adjacent Entities*

*Beta: This endpoint is released for wider testing and is not yet recommended for production use. We welcome feedback. Its interface may change without announcement.

Retrieve entities adjacent to a given entity e.g. passports, sanctions, associates.

This endpoint offers the same information as adjacent entities nested in /entities/{entity_id}, but offers pagination for cases where the number of results is potentially very large.

get/entities/{entity_id}/adjacent

Path parameters

entity_idstring required

ID of the entity whose graph context was requested

Example:Q7747

ID of the entity whose graph context was requested

Query parameters

sortstring[]
limitinteger
offsetinteger

Response

Successful Response

adjacentobject required

Example response

{
  "entity": {
    "id": "NK-A7z....",
    "caption": "John Doe",
    "schema": "LegalEntity",
    "properties": {
      "name": [
        "John Doe"
      ]
    },
    "datasets": [
      "us_ofac_sdn"
    ],
    "referents": [
      "ofac-1234"
    ],
    "first_seen": "2026-07-31T20:37:29.825277Z",
    "last_seen": "2026-07-31T20:37:29.825277Z",
    "last_change": "2026-07-31T20:37:29.825277Z"
  }
}