Skip to main content
GET
/
api
/
news
Latest economic news
curl --request GET \
  --url https://macrobymark.com/api/news \
  --header 'X-API-Key: <api-key>'
{
  "items": "<array>",
  "fetchedAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.macrobymark.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Query Parameters

limit
integer
default:12
Required range: 1 <= x <= 24

Response

200 - application/json

News items

items
array
fetchedAt
string<date-time>