---
title: "GiphySearchResponse"
url: "https://console.staging.9fin.com/apis/demo-webapp-staging/versions/ba551c00-5e8d-4520-ae68-9ae9da9ee5fb/schemas/GiphySearchResponse"
---

> Full API specification: https://console.staging.9fin.com/apis/demo-webapp-staging/versions/ba551c00-5e8d-4520-ae68-9ae9da9ee5fb.md

# GiphySearchResponse

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Demo Web App API
  version: 1.1.8
servers:
  - url: https://{host}/demo
    description: Kong proxy base URL + service base path
    variables:
      host:
        default: api.staging.9fin.com
        description: Self-hosted Demo Gateway from infra-tf PR
components:
  schemas:
    GiphyGif:
      type: object
      additionalProperties: true
    GiphySearchResponse:
      type: object
      required:
        - gifs
      properties:
        gifs:
          type: array
          items:
            $ref: "#/components/schemas/GiphyGif"
```
