GET
/
news
/
sources
cURL
curl --request GET \
  --url https://openapiv1.coinstats.app/news/sources \
  --header 'X-API-KEY: <api-key>'
[
  {
    "sourcename": "<string>",
    "coinid": "<string>",
    "logo": "<string>",
    "sourceImg": "<string>",
    "weburl": "<string>",
    "feedurl": "<string>",
    "_created_at": "2023-11-07T05:31:56Z",
    "_updated_at": "2023-11-07T05:31:56Z"
  }
]
2 credits per request
Returns the list of news sources.

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Response

200
application/json

Get news sources

The response is of type object[].