MKcms API Integration Guide

Learn how to connect and use MKcms API for video data collection.

API Endpoints

GET https://mk-api.com/api/cn/?ac=list

Parameters:

pg Page number (default: 1)
t Type/Category ID
h Time filter (e.g., 24 for last 24 hours)
wd Search keyword
limit Items per page (default: 20)
order Sorting (e.g., `time`, `hits`, `score`)
GET https://mk-api.com/api/cn/?ac=detail

Parameters:

ids = video_id1,video_id2

Example Requests

Get Video List


GET https://mk-api.com/api/cn/?ac=list&pg=1&limit=10

Get Video Details


GET https://mk-api.com/api/cn/?ac=detail&ids=13982

Response Codes

200 Success
401 Unauthorized
404 Data Not Found
429 Rate Limit Exceeded