-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As per our most recent conversation, below is an initial proposal for the response object format of a search request to the API.
{
"query": {
"id": 123123123,
"q_namespace": "spotify_artist",
"parameters": {
"ordering": "created_at",
"include": [
"id", "confidence", "created_at"
],
"min_confidence": 0.5,
"r_namespace": [
"musicbrainz",
"echonest",
"acousticbrainz"
]
}
},
"results": {
"musicbrainz": [
{
"id": 12312321,
"confidence": 0.754,
"created_at": 2016-09-01
}
],
"echonest": [],
"acousticbrainz": [
{
"id": 12312312,
"confidence": 0.754,
"created_at": 2016-09-01
},
{
"id": 1231,
"confidence": 0.754,
"created_at": 2016-09-01
}
]
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels