API endpoint that search a instant by name.
Query parameters: 'name' and 'page'

GET /api/v1/instants/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1800,
    "next": "http://www.myinstants.com/api/v1/instants/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "name": "VINE BOOM SOUND",
            "slug": "vine-boom-sound-70972",
            "sound": "http://www.myinstants.com/media/sounds/vine-boom.mp3",
            "color": "FF0000",
            "image": null,
            "description": "bru",
            "tags": ""
        },
        {
            "name": "BRUH",
            "slug": "bruh",
            "sound": "http://www.myinstants.com/media/sounds/movie_1.mp3",
            "color": "ffff33",
            "image": null,
            "description": "",
            "tags": ""
        },
        {
            "name": "Discord Notification",
            "slug": "discord-notification-38119",
            "sound": "http://www.myinstants.com/media/sounds/discord-notification.mp3",
            "color": "FF0000",
            "image": null,
            "description": "",
            "tags": ""
        },
        {
            "name": "ROBLOX oof",
            "slug": "roblox-oof",
            "sound": "http://www.myinstants.com/media/sounds/roblox-death-sound_1.mp3",
            "color": "FF0000",
            "image": null,
            "description": "",
            "tags": ""
        },
        {
            "name": "Anime Wow",
            "slug": "anime-wow",
            "sound": "http://www.myinstants.com/media/sounds/anime-wow-sound-effect.mp3",
            "color": "ff3366",
            "image": null,
            "description": "",
            "tags": ""
        },
        {
            "name": "Fart Button",
            "slug": "fart-button",
            "sound": "http://www.myinstants.com/media/sounds/perfect-fart.mp3",
            "color": "339900",
            "image": null,
            "description": "It's immature, I know.",
            "tags": ""
        },
        {
            "name": "Sad Violin (the meme one)",
            "slug": "sad-violin-the-meme-one",
            "sound": "http://www.myinstants.com/media/sounds/tf_nemesis.mp3",
            "color": "00ff33",
            "image": null,
            "description": "So sad :(",
            "tags": ""
        },
        {
            "name": "Buzzer",
            "slug": "buzzer-89244",
            "sound": "http://www.myinstants.com/media/sounds/wrong-answer-sound-effect.mp3",
            "color": "cc0099",
            "image": null,
            "description": "",
            "tags": ""
        },
        {
            "name": "MLG AIR HORN!!!!!!!!!!!",
            "slug": "mlg-air-horn",
            "sound": "http://www.myinstants.com/media/sounds/mlg-airhorn.mp3",
            "color": "00ff00",
            "image": null,
            "description": "",
            "tags": ""
        },
        {
            "name": "Windows XP Error",
            "slug": "windows-xp-error",
            "sound": "http://www.myinstants.com/media/sounds/erro.mp3",
            "color": "00ffff",
            "image": null,
            "description": "",
            "tags": ""
        }
    ]
}