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

Source

{
    "id": "source-uuid",
    "name": "CryptoNews",
    "language": "en",
    "description": "CryptoNews is a news platform for cryptocurrency"
}
Built with