API

This page shows all the open APIs provided regarding the content on ReadON

Content Listing API

Base URI: https://readon-api.readon.me/v1/pub/ar_contents

Method: HTTP GET

Query Parameters

Name
Type
Description
Is Required

page

int

The pagenation count of the page, start from 1, default 1

No

page_size

int

The size of documents per page, default 10. The max value is 200, larger numbers will be capped to 200

No

start_time

int

UTC timestamp for the earliest publish time

No

end_time

int

UTC timestamp for the latest publish time

No

Example Responses

{
  "code": 0,
  "data": {
    "items": [
      {
        "ar_id": "f192jjNdPGwpP4hGe61qIUoQUb5Gp-gF7psNexrGwGY",
        "language_type": "en",
        "source_url": "https://news.bitcoin.com/3-members-of-terraform-labs-in-house-legal-team-abruptly-leave-amid-luna-and-ust-fallout/",
        "publish_time": 1652882537,
        "title": "3 Members of Terraform Labs' In-House Legal Team Abruptly Leave Amid LUNA, and UST Fallout – Bitcoin News"
      }
    ]
  },
  "message": "success"
}

Last updated