Changelog

Every change to the LinkinLegal API, newest first: new endpoints, new parameters and changed defaults.

Newest first. We add to this page when an endpoint, a parameter or a default changes.

2026-09-20

Added

  • POST /sanctions/match — screen one subject and get a score per candidate. See Match.
  • POST /sanctions/match/batch — screen up to 100 subjects in one request. It counts as one request against your rate limit.
  • sort_method=relevance on GET /sanctions/search.

Changed

  • GET /sanctions/search now sorts by relevance by default when you send query. Without query it still sorts by date. Send sort_method=date to keep the old order.

Earlier

Added

  • GET /sanctions/search
  • GET /sanctions/entities/{id}
  • GET /sanctions/entities/{id}/history
  • GET /sanctions/datasets
  • GET /sanctions/countries
  • GET /sanctions/schemas

On this page