All Projects → xCss → Bing

xCss / Bing

Licence: mit
Bing 壁纸 API

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Bing

Nakadi
A distributed event bus that implements a RESTful API abstraction on top of Kafka-like queues
Stars: ✭ 734 (-44.6%)
Mutual labels:  apis
Kong
🦍 The Cloud-Native API Gateway
Stars: ✭ 30,838 (+2227.4%)
Mutual labels:  apis
Xinahn Socket
一个开源,高隐私,自架自用的聚合搜索引擎。 https://xinahn.com
Stars: ✭ 77 (-94.19%)
Mutual labels:  bing
Optic
Optic documents and tests your API as you build it
Stars: ✭ 760 (-42.64%)
Mutual labels:  apis
Wonderful Bing Wallpaper
Simple bing daily wallpaper API lib for Node.js. 极简的 Node.js 版必应壁纸 API 库。
Stars: ✭ 20 (-98.49%)
Mutual labels:  bing
Npm Chile
🗿 Librerias de utilidad para servicios exclusivos de Chile
Stars: ✭ 43 (-96.75%)
Mutual labels:  apis
Httplog
Log outgoing HTTP requests in ruby
Stars: ✭ 633 (-52.23%)
Mutual labels:  apis
Ck Tensorflow
Collective Knowledge components for TensorFlow (code, data sets, models, packages, workflows):
Stars: ✭ 90 (-93.21%)
Mutual labels:  apis
Saasify
The easiest way to monetize your API. 🚀
Stars: ✭ 912 (-31.17%)
Mutual labels:  apis
Image Downloader
Download images from Google, Bing, Baidu. 谷歌、百度、必应图片下载.
Stars: ✭ 1,173 (-11.47%)
Mutual labels:  bing
Mini Crm
Mini CRM with Laravel API and react-native
Stars: ✭ 17 (-98.72%)
Mutual labels:  apis
Gnostic
A compiler for APIs described by the OpenAPI Specification with plugins for code generation and other API support tasks.
Stars: ✭ 870 (-34.34%)
Mutual labels:  apis
Z Player
a flutter demo app with fish-redux
Stars: ✭ 53 (-96%)
Mutual labels:  apis
Bing.netcore
Bing是基于 .net core 2.0 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。
Stars: ✭ 758 (-42.79%)
Mutual labels:  bing
Image search
Python Library to download images and metadata from popular search engines.
Stars: ✭ 86 (-93.51%)
Mutual labels:  bing
Dataprep
DataPrep — The easiest way to prepare data in Python
Stars: ✭ 639 (-51.77%)
Mutual labels:  apis
Intro To Apis Course
Introduction to APIs course
Stars: ✭ 1,009 (-23.85%)
Mutual labels:  apis
Eazydict
简单易用的命令行词典 📕 📙 📗 📘 📓
Stars: ✭ 92 (-93.06%)
Mutual labels:  bing
Blueprint
solid framework for building APIs and backend services
Stars: ✭ 87 (-93.43%)
Mutual labels:  apis
Awesome Apistar
A curated list of awesome packages, articles, and other cool resources from the API Star community.
Stars: ✭ 56 (-95.77%)
Mutual labels:  apis

Bing Pictures Interface | 必应壁纸接口

🔨 Bing 壁纸 Api重装上阵啦 😄 http://bing.ioliu.cn

目前开放的壁纸接口:

  • /v1{d,w,h,p,size,callback} 返回今日的壁纸完整数据(可选参数{d,w,h,p,size,callback}):

    若指定参数{w,h} ,则直接返回图片

参数名 类型 是否必要 备注
d Int 自今日起第d天前的数据
w Int 图片宽度
h Int 图片高度
p Int Page 页码:第x页
size Int Size 条数:每页条数
callback String JSONP的回调函数名
  • /v1/rand{w,h,type,callback} 返回随机的壁纸(可选参数{w,h,type,callback}):
参数名 类型 是否必要 备注
w Int 图片宽度
h Int 图片高度
type String 返回值类型(json)
callback String JSONP的回调函数名
  • /v1/blur{d,w,h,r} 返回高斯模糊壁纸(可选参数{d,w,h,r}):
参数名 类型 是否必要 备注
d Int 自今日起第d天前的数据
w Int 图片宽度
h Int 图片高度
r Int 模糊半径(1~50)

⚠️ 高斯模糊接口目前只支持指定分辨率(w,h)的图片,具体分辨率如下:

/**
 * 已知分辨率
 */
resolutions: [
    '1920x1200',
    '1920x1080',
    '1366x768',
    '1280x768',
    '1024x768',
    '800x600',
    '800x480',
    '768x1280',
    '720x1280',
    '640x480',
    '480x800',
    '400x240',
    '320x240',
    '240x320'
]

欢迎点评→issue

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].