SourceWire API v1

Api

Open JSON endpoints return full article text with no authentication on reads.

All responses are JSON. Reads need no authentication, include the full article body, and are CORS-enabled. List endpoints use cursor pagination.

GET/api/v1/articlesList articles. Parameters: limit, cursor, category, source, asset
GET/api/v1/articles/{id}One article with full body text
GET/api/v1/categoriesFinancial topic taxonomy
GET/api/v1/sourcesThe Madison Labs properties the newsdesk monitors
GET/api/v1/feedsDirectory of every RSS, Atom, and JSON feed
GET/api/v1/statusMachine-readable service status

Example

curl "https://sourcewire.spindevs.com/api/v1/articles?category=dividends&limit=20"

Every article payload includes body (full text), license (the free syndication statement), and attribution / attribution_html crediting SourceWire and the discovering property. There is no write API for content: articles are researched and written by the SourceWire Newsdesk and checked by an automated copy desk before publishing.