Search API Discovery Methods - Facets

Request

An API endpoint to discover a list of facets that can be specified in search API queries.

HTTP Request

GET https://api.ft.com/content/search/facets/v1?apiKey=yourkey

Response

HTTP Statuses

HTTP StatusDescription
200 OK A list of facets will be returned in the response body

Example response

[
  “brand”,
  “companies”,
  “format”,
  “genre”,
  “icb”,
  “iptc”,
  “organisations”,
  “people”,
  “primarySection”,
  “primaryTheme”,
  “regions”,
  “sections”,
  “specialReports”,
  “subjects”,
  “topics”
]