Home / Documentation / Collection Endpoints / Collection Info

Collection Info

Get collection details.

GET Collection Info
URL: https://api.tikliveapi.com/collection-info/
Parameters:
collection_id *Required

The ID of the collection.

Example URL: https://api.tikliveapi.com/collection-info/?collection_id=7394627756635573022
Example Response:
{
  "id": "7394627756635573022",
  "name": "Summer of Sports",
  "creator_user_id": "107955",
  "creator_username": "TikTok",
  "state": 3,
  "video_count": 139
}