> 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/bus-api/bus-citylist.md).

# Bus citylist

## Bus City lists

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

#### Headers

| Name   | Type   | Description           |
| ------ | ------ | --------------------- |
| gatkey | string | gatkey provided by us |

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

```javascript
{

      "stationName": "Agra Package",

      "stationId": 6868

    },

    {

      "stationName": "Agra Sight Seen",

      "stationId": -1

    },

    {

      "stationName": "Agra Sightseen(One Day Tour)",

      "stationId": -1

    },

    {

      "stationName": "Agumbe",

      "stationId": 12283

    },

    {

      "stationName": "Ahmedabad",

      "stationId": 2434

    },

    }
```

{% endtab %}

{% tab title="404 " %}

```javascript
{
    "message": "Invalid Request"
}
```

{% endtab %}
{% endtabs %}
