Appearance
itunes
1 endpoint at a glance
| Method | Path | Summary |
|---|---|---|
GET | /itunes/picker/search | Itunes Picker Search |
itunes
Itunes Picker Search
GET
/itunes/picker/search
Picker-shaped search across artists / albums / tracks.
Returns a list of {external_id, title, subtitle, thumbnail}
objects for the LinkSourceModal. Apple has no artist artwork, so
artist rows carry a None thumbnail.
offset is emulated (Apple's API has no paging): we fetch
offset + limit rows in one request and return the slice. Once
offset reaches the 200-result ceiling there's nothing more to
page to and we return an empty list.
Parameters
Query Parameters
kind*
Type
Requiredstring
q*
Type
Requiredstring
limit
Type
integer
Default
20offset
Type
integer
Default
0Responses
Successful Response
application/json
JSON { "additionalProperties": "string" }
[
]