An API endpoint to discover which field names can be used in search API queries.
GET https://api.ft.com/content/search/field/searchable/v1?apiKey=yourkey
| HTTP Status | Description |
|---|---|
| 200 OK | A list of searchable fields will be in the response body |
[
“apiUrl”,
“brand”,
“byline”,
“genre”,
“icb”,
“id”,
“initialPublishDateTime”,
“iptc”,
“lastPublishDateTime”,
“masterEntityId”,
“masterSource”,
“organisations”,
“people”,
“primarySection”,
“primaryTheme”,
“regions”,
“sections”,
“specialReports”,
“subjects”,
“title”,
“topics”,
“uri”
]