Warning, /multimedia/kdenlive/data/resourceproviders/pixabay_videos.json is written in an unsupported language. File is not indexed.

0001 {
0002     "name": "Pixabay Videos",
0003     "homepage": "https://pixabay.com/",
0004     "type": "video",
0005     "integration": "buildin",
0006     "clientkey":"%pixabay_apikey%",
0007     "api": {
0008         "root": "https://pixabay.com/api",
0009         "search": {
0010             "req": {
0011                 "path": "/videos/",
0012                 "method": "GET",
0013                 "params": [
0014                     { "key": "per_page", "value": "%perpage%" },
0015                     { "key": "page", "value": "%pagenum%" },
0016                     { "key": "q", "value": "%query%" },
0017                     { "key": "key", "value": "%clientkey%" }
0018                 ]
0019             },
0020             "res": {
0021                 "format": "json",
0022                 "resultCount":"total",
0023                 "list":"hits",
0024                 "id":"id",
0025                 "url":"pageURL",
0026                 "licenseUrl":"$https://pixabay.com/service/license/",
0027                 "author": "user",
0028                 "authorUrl": "$https://pixabay.com/users/{user}-{user_id}/",
0029                 "width": "width",
0030                 "height": "height",
0031                 "downloadUrls": { "key": "videos", "isObject":true, "url":"url", "name":"${&} {width}x{height}"},
0032                 "imageUrl": "$https://i.vimeocdn.com/video/{picture_id}_100x75.jpg"
0033             }
0034         }
0035     }
0036 }