Search API Discovery Methods - Searchable Fields

Request

An API endpoint to discover which field names can be used in search API queries.

HTTP Request

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

Response

HTTP Statuses

HTTP StatusDescription
200 OK A list of searchable fields will be in the response body

Example response

[
      “apiUrl”,
      “brand”,
      “byline”,
      “genre”,
      “icb”,
      “id”,
      “initialPublishDateTime”,
      “iptc”,
      “lastPublishDateTime”,
      “masterEntityId”,
      “masterSource”,
      “organisations”,
      “people”,
      “primarySection”,
      “primaryTheme”,
      “regions”,
      “sections”,
      “specialReports”,
      “subjects”,
      “title”,
      “topics”,
      “uri”
]