cURL
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" } ] }
Returns a list of available news publications with article counts and crawl metadata.
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
List of publications
Show child attributes