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

GET /api/v1/instants/?format=api&page=2
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=3",
    "previous": "http://www.myinstants.com/api/v1/instants/?format=api",
    "results": [
        {
            "name": "Fart",
            "slug": "fart",
            "sound": "http://www.myinstants.com/media/sounds/dry-fart.mp3",
            "color": "663300",
            "image": null,
            "description": "",
            "tags": ""
        },
        {
            "name": "Sexy Sax",
            "slug": "sexy-sax",
            "sound": "http://www.myinstants.com/media/sounds/george-micael-wham-careless-whisper-1.mp3",
            "color": "9900cc",
            "image": null,
            "description": "",
            "tags": ""
        },
        {
            "name": "To be Continued (jojo)",
            "slug": "to-be-continued-jojo",
            "sound": "http://www.myinstants.com/media/sounds/untitled_1071.mp3",
            "color": "cc9933",
            "image": "http://www.myinstants.com/media/instants_images/tumblr_inline_o5siibnbkl1rrtsao_540.png",
            "description": "",
            "tags": ""
        },
        {
            "name": "fart with reverb",
            "slug": "fart-with-reverb-17715",
            "sound": "http://www.myinstants.com/media/sounds/fart-with-reverb.mp3",
            "color": "FF0000",
            "image": null,
            "description": "",
            "tags": ""
        },
        {
            "name": "oh no no no laugh",
            "slug": "oh-no-no-no-laugh-56694",
            "sound": "http://www.myinstants.com/media/sounds/oh-no-no-no-no-laugh.mp3",
            "color": "FF0000",
            "image": null,
            "description": "",
            "tags": ""
        },
        {
            "name": "discord call",
            "slug": "discord-call-44910",
            "sound": "http://www.myinstants.com/media/sounds/discord-call-sound.mp3",
            "color": "FF0000",
            "image": null,
            "description": "",
            "tags": ""
        },
        {
            "name": "Pew_Pew",
            "slug": "pew_pew",
            "sound": "http://www.myinstants.com/media/sounds/pew_pew-dknight556-1379997159.mp3",
            "color": "000000",
            "image": null,
            "description": "Pew",
            "tags": ""
        },
        {
            "name": "SpongeBob Fail",
            "slug": "spongebob-fail-11236",
            "sound": "http://www.myinstants.com/media/sounds/spongebob-fail.mp3",
            "color": "cac31a",
            "image": null,
            "description": "Season 3, Episode 18b \"Missing Identity\"\r\n\r\nSound effect from the very end of the episode.",
            "tags": ""
        },
        {
            "name": "Jogo do botão",
            "slug": "jogo-do-botao",
            "sound": "http://www.myinstants.com/media/sounds/psycho-scream-soundbible.mp3",
            "color": "FF0000",
            "image": "http://www.myinstants.com/media/instants_images/dhef.jpg",
            "description": "Resumo: O botão pede para vc n clicar, mas vc como e teimosos vai clickando e clicqando e no fim volta tudo no começo, jogo Mais ou menos mais ou menos.",
            "tags": ""
        },
        {
            "name": "Metal Gear Solid Alert",
            "slug": "metal-gear-solid-alert",
            "sound": "http://www.myinstants.com/media/sounds/tindeck_1.mp3",
            "color": "FF0000",
            "image": "http://www.myinstants.com/media/instants_images/metal-gear-alert.jpg",
            "description": "",
            "tags": ""
        }
    ]
}