crypto-news-api
  1. Schemas
crypto-news-api
  • News
    • Get news list
      GET
    • Get all sources
      GET
    • Get news by source
      GET
  • X (Twitter)
    • Get tweets from followed Twitter users
      GET
    • Get followed Twitter users list
      GET
  • Schemas
    • Schemas
      • Error
      • Success
      • PaginationInfo
      • Article
      • Source
  1. Schemas

Article

{
    "id": "article-uuid",
    "title": "Bitcoin Price Analysis",
    "link": "https://example.com/article",
    "description": "Bitcoin price shows strong momentum...",
    "pubDate": "2023-01-01T00:00:00.000Z",
    "source": {
        "id": "source-uuid",
        "name": "CryptoNews"
    }
}
Built with