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, assetGET
/api/v1/articles/{id}One article with full body textGET
/api/v1/categoriesFinancial topic taxonomyGET
/api/v1/sourcesThe Madison Labs properties the newsdesk monitorsGET
/api/v1/feedsDirectory of every RSS, Atom, and JSON feedGET
/api/v1/statusMachine-readable service statusExample
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.