Skip to main content
GET
/
data
/
news
/
publications
List news publications
curl --request GET \
  --url https://api.lava.so/v1/data/news/publications \
  --header 'Authorization: Bearer <token>'
{
  "publications": [
    {
      "id": "<string>",
      "name": "<string>",
      "articleCount": 123,
      "lastArticle": "2023-11-07T05:31:56Z",
      "lastCrawled": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'

Response

List of publications

publications
object[]