-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponses_formats.json
More file actions
22 lines (22 loc) · 899 Bytes
/
responses_formats.json
File metadata and controls
22 lines (22 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"listed_instant":
{
"id": "my-great-instant-sound-123",
"title": "My great instant sound",
"url": "https://www.myinstants.com/en/instant/my-great-instant-sound-123",
"mp3": "https://www.myinstants.com/media/sounds/my-great-instant-sound.mp3"
},
"detailed_instant":
{
"id": "my-great-instant-sound-123",
"url": "https://www.myinstants.com/en/instant/my-great-instant-sound-123",
"title": "My great instant sound",
"mp3": "https://www.myinstants.com/media/sounds/my-great-instant-sound.mp3",
"description": "I decided to upload this sound because it is cool.",
"tags": ["sound", "cool", "funny"],
"favorites": 123,
"views": 1234567,
"uploader": "fanaticexplorer",
"uploader_url": "https://www.myinstants.com/en/profile/fanaticexplorer/uploaded/"
}
}