Get batch channels
Retrieve data for up to 1000 channels based on their IDs
This endpoint allows you to retrieve multiple channels in a single request. Simply specify a list of channel IDs, and the API will return the details of each channel.
This request supports batch processing, allowing you to retrieve up to 1,000 channels in a single request.
Price
The cost of this request is based on the number of channel chunks (by 50 channels) in the request.
For example:
- 1 channel means 1 chunk
- 50 channels means 1 chunk
- 75 channels means 2 chunks
- 100 channels means 2 chunks
- 101 channels means 3 chunks
- 1000 channels means 20 chunks
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The language code (e.g., "en-US", "es") to retrieve localized data in. If not specified, the default language of the channel is used.
en
, es
, de
, fr
, ja
, pt
, tr
, it
, fa
, nl
, af
, am
, ar
, as
, az
, be
, bg
, bn
, bs
, ca
, cs
, da
, el
, en-GB
, en-IN
, es-419
, es-US
, et
, eu
, fi
, fil
, fr-CA
, gl
, gu
, hi
, hr
, hu
, hy
, id
, is
, iw
, ka
, kk
, km
, kn
, ko
, ky
, lo
, lt
, lv
, mk
, ml
, mn
, mr
, ms
, my
, no
, ne
, or
, pa
, pl
, pt-PT
, ro
, ru
, si
, sk
, sl
, sq
, sr-Latn
, sr
, sv
, sw
, ta
, te
, th
, uk
, ur
, uz
, vi
, zh-CN
, zh-HK
, zh-TW
, zu
A comma-separated list of fields to include in the response. If not provided, all fields will be returned.
Body
Response
Successful response
The response is of type object
.