Previous:
This page:
The following steps outline the necessary actions in order for you to commence making FT API requests
Note: Please Submit a Sales Enquiry if your organisation wishes to discuss purchasing a licence to retrieve content from the FT APIs.
Request Type
POST
Request URL
https://api.ft.com/content/search/v1?
Request Header
X-Api-Key=yourApiKey Content-Type=application/json
Request Body
{ “queryString”: “banks”, “resultContext” : { “aspects” :[ “title”,“lifecycle”,“location”,“summary”,“editorial” ] } }
Response
{ “query”: { “queryString”: “banks”, “queryContext”: { “curations”: [ “ARTICLES”, “BLOGS”, “PAGES”, “PODCASTS”, “VIDEOS” ] }, “resultContext”: { “maxResults”: 100, “offset”: 0, “contextual”: false, “highlight”: false, “suppressDefaultSort”: false } }, “results”: [ { “indexCount”: 252090, “curations”: [ “ARTICLES”, “PAGES”, “PODCASTS”, “VIDEOS” ], “results”: [ { “aspectSet”: “article”, “modelVersion”: “1”, “id”: “4d8f9536-82e6-11e7-a4ce-15b2513cb3ff”, “apiUrl”: “https://api.ft.com/content/items/v1/4d8f9536-82e6-11e7-a4ce-15b2513cb3ff" }, { “aspectSet”: “page”, “modelVersion”: “1”, “id”: “ed6b120a-f7e3-11df-8d91-00144feab49a” } ] } ] }
Investigate Further:
Now investigate and test the following additional Postman stored Headline License requests:
Next: