/categoryCurrent Reuters World (all regions) news headlines: up to 12 article links and headlines from the Reuters World section front page (https://www.reuters.com/world/), in page order. Headlines only, not article text.
Four live-checked read operations: latest headlines, keyword headline search, section headlines and section list. At most 12 headlines per call; search results carry no date field and keyword matching is loose. The provider /details route is not offered because it returns text synthesized from the URL instead of the article.
{
"properties": {
"url": {
"description": "Reuters section URL; fixed per section capability.",
"enum": [
"https://www.reuters.com/world/",
"https://www.reuters.com/world/africa/",
"https://www.reuters.com/world/americas/",
"https://www.reuters.com/world/asia-pacific/",
"https://www.reuters.com/world/china/",
"https://www.reuters.com/world/europe/",
"https://www.reuters.com/world/india/",
"https://www.reuters.com/world/middle-east/",
"https://www.reuters.com/world/uk/",
"https://www.reuters.com/world/us/",
"https://www.reuters.com/business/",
"https://www.reuters.com/markets/",
"https://www.reuters.com/technology/",
"https://www.reuters.com/legal/",
"https://www.reuters.com/sustainability/",
"https://www.reuters.com/science/",
"https://www.reuters.com/sports/",
"https://www.reuters.com/lifestyle/"
],
"required": true,
"type": "string",
"x-parameter-location": "query"
}
},
"required": [
"url"
],
"type": "object"
}{
"items": {
"properties": {
"link": {
"type": "string"
},
"position": {
"type": "integer"
},
"title": {
"type": "string"
}
},
"required": [
"link",
"title",
"position"
],
"type": "object"
},
"type": "array"
}{
"url": "https://www.reuters.com/world/africa/"
}[
{
"link": "https://www.reuters.com/world/airbaltic-files-chapter-11-bankruptcy-new-york-2026-09-14/",
"position": 1,
"title": "AirBaltic files for Chapter 11 bankruptcy as Iran war costs bite"
},
{
"link": "https://www.reuters.com/world/china/chinese-defence-forum-set-open-amid-roiling-regional-tensions-2026-09-14/",
"position": 2,
"title": "Chinese defence forum set to open amid roiling regional tensions"
},
{
"link": "https://www.reuters.com/world/us/trump-calls-5000-payouts-easy-fit-into-federal-budget-2026-09-13/",
"position": 3,
"title": "Trump calls $5,000 payouts 'easy' to fit into federal budget"
}
]