Channel Posts
GET/api/v1/telegram/posts
Fetch telegram channel posts
Request
Query Parameters
Specifies page
1
Specifies limit
50
Specifies channel username
empty
Possible values: [asc
, desc
]
Specifies sort
desc
Header Parameters
Your DataMaxi+ API key
Responses
- 200
- 400
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
specifies an array of the Telegram Posts
specifies the channel category
specifies the channel photo url
specifies the channel title
specifies the channel username
specifies the date and time in unix milliseconds
specifies the number of forwards
specifies the text
specifies the number of views
specifies the number of records per page
specifies the current page of the response
specifies the order of the records
{
"data": [
{
"cc": "string",
"cp": "string",
"ct": "string",
"cu": "string",
"d": 0,
"pf": "string",
"pt": "string",
"pv": "string"
}
],
"limit": 0,
"page": 0,
"sort": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error
specifies the error message
{
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error
specifies the error message
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error
specifies the error message
{
"error": "string"
}