Skip to main content
GET
/
api
/
v1
/
publications
List newsletters, podcasts, and publications.
curl --request GET \
  --url https://dripstack.xyz/api/v1/publications
{
  "publications": [
    {
      "slug": "stratechery",
      "title": "Stratechery",
      "description": "Analysis of the strategy and business of technology.",
      "siteUrl": "https://stratechery.com",
      "lastSyncedAt": "2026-06-15T08:30:00Z"
    },
    {
      "slug": "the-pragmatic-engineer",
      "title": "The Pragmatic Engineer",
      "description": "Software engineering and Big Tech deep dives.",
      "siteUrl": "https://blog.pragmaticengineer.com",
      "lastSyncedAt": "2026-06-15T06:00:00Z"
    }
  ]
}

Response

200 - application/json

List of publications.

publications
object[]
required

All indexed publications.