GET Pexels/video?id={id}
获取单个视频和图片
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
作品ID |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
ApiResultModelOfpexelsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | CodeEnum |
None. |
|
| Msg | string |
None. |
|
| Result | pexelsModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 0,
"Msg": "sample string 1",
"Result": {
"id": 1,
"title": "sample string 2",
"tags": "sample string 3",
"workType": 4,
"pexelsId": 5,
"pexelsUserId": "sample string 6",
"imgSmall": "sample string 7",
"videoRegular": "sample string 8",
"videoOriginal": "sample string 9",
"isdownyuan": 10,
"isDownVideo": 11,
"fielsize": 12.1,
"content": "sample string 13",
"addtime": "2025-10-29 21:29",
"caijiurl": "sample string 15",
"downloads": 16,
"likes": 17,
"views": 18,
"width": 19,
"height": 20,
"VideoTime": 21,
"_imgSmall": "sample string 22",
"_videoRegular": "sample string 23",
"relevant_pexelsId": "sample string 24",
"_DownVideoUrl": "sample string 25",
"_DownVideoUrlTime": "2025-10-29 21:29",
"colorList": "sample string 27",
"isliu": 28,
"relatedList": [
{
"id": 1,
"title": "sample string 2",
"tags": "sample string 3",
"workType": 4,
"width": 5,
"height": 6,
"imgSmall": "sample string 7",
"videoRegular": "sample string 8"
},
{
"id": 1,
"title": "sample string 2",
"tags": "sample string 3",
"workType": 4,
"width": 5,
"height": 6,
"imgSmall": "sample string 7",
"videoRegular": "sample string 8"
}
],
"UserID": 29,
"lastuptime": "2025-10-29 21:29",
"State": 31
}
}