> For the complete documentation index, see [llms.txt](https://traveloapi.gitbook.io/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://traveloapi.gitbook.io/api/recharge-api/untitled-8.md).

# DTH MONTHLY PLAN API

## DTH MONTHLY PLAN API

<mark style="color:blue;">`GET`</mark> `https://traveloapi.com/yourapi/DTH/plan`&#x20;

#### Path Parameters

| Name                | Type   | Description                              |
| ------------------- | ------ | ---------------------------------------- |
| gatkey              | string | gatkey (provided by traveloapi)          |
| dth\_operator\_code | string | dth\_operator code Provided By Goalltrip |

{% tabs %}
{% tab title="200 " %}

```javascript
  [

  {

    "Detail": "DISH99 SD - 145+ Channels & Services",

    "Amount": "99",

    "Validity": "1 month"

  },

  {

    "Detail": "SUPER FAMILY SD - 277+ Channels & Services",

    "Amount": "270",

    "Validity": "1 month"

  },

  {

    "Detail": "MAXI SPORTS SD - 282+ Channels & Services",

    "Amount": "315",

    "Validity": "1 month"

  },

  {

    "Detail": "ALL SPORTS SD - 321+ Channels & Services",

    "Amount": "365",

    "Validity": "1 month"

  },

  {

    "Detail": "WORLD SPORTS SD - 341+ Channels & Services",

    "Amount": "435",

    "Validity": "1 month"

  },

  {

    "Detail": "NEW TITANIUM SD - 360+ Channels & Services",

    "Amount": "535",

    "Validity": "1 month"

  },

  {

    "Detail": "GAME ON HD - 22 Channels & Services",

    "Amount": "165",

    "Validity": "1 month"

  },

  {

    "Detail": "FULL ON HD - 45 Channels & Services",

    "Amount": "220",

    "Validity": "1 month"

  },

  {

    "Detail": "South Joy Pack SD - 185+ Channels & Services",

    "Amount": "99",

    "Validity": "1 month"

  },

  {

    "Detail": "South KHUSHI SD - 155+ Channels & Services",

    "Amount": "99",

    "Validity": "1 month"

  }

]

```

{% endtab %}

{% tab title="404 " %}

```javascript
{
    "message": "Invalid Request",
    "status": "error",
    
}
```

{% endtab %}
{% endtabs %}
