V1 Sneakers

免费增值
通过 TG4 Solutions | 已更新 13 дней назад | Data
人气

9.2 / 10

延迟

1,880ms

服务等级

100%

Health Check

N/A

README

Filtering

The following example retrieves all Jordan sneakers that were released in 2019 or after.

https://api.thesneakerdatabase.com/v1/sneakers?limit=10&brand=jordan&releaseYear=gte:2019

Date Filtering Considerations
When filtering on date and using the less than and equal to operator, please be aware that sneakers missing a release date may be returned in the results. Currently, these sneakers have a release year of 0. This may require you to add some additional logic to filter out these sneakers.Please remember that dates must be in the YYYY-MM-DD format.

As of this release the following operations are available:
lt – less than
gt – greater than
lte – less than or equal to
gte – greater than or equal to
lte – less than or equal to

Sorting

The following request will return all vans sneakers by retail price in descending order. Please notice the “:” between the sort field and the sort order.

https://api.thesneakerdatabase.com/v1/sneakers?limit=10&brand=vans&sort=retailPrice:desc

To sort in ascending order replace “desc” with “asc”.

https://api.thesneakerdatabase.com/v1/sneakers?limit=10&brand=vans&sort=retailPrice:asc

Sort order is ignored when searching by name, as our interest is returning the most relevant sneakers first.

关注者:28
资源:
产品网站 使用条款
API 创建者:
Rapid account: TG 4 Solutions
TG4 Solutions
tg4-solutions
登录并给 API 打分
打分:2.5 - 投票:2