# API Collection

## API Collection

- [COUNTRY-STATE-CITY](https://api-gitbook.kosontechnology.com/readme.md): Country State City API Data Retrieval Script Documentation
- [INDIA-RAILWAY-TRAIN](https://api-gitbook.kosontechnology.com/india-railway-train.md): India Railway Train Retrieval Script Documentation
- [SHANGHAI METRO API](https://api-gitbook.kosontechnology.com/shanghai-metro-api.md): Shanghai Metro API Data Retrieval Script Documentation (上海地铁线API)
- [All Line Number](https://api-gitbook.kosontechnology.com/shanghai-metro-api/all-line-number.md): Line Info Retrieval Script Documentation
- [All Line Timetable](https://api-gitbook.kosontechnology.com/shanghai-metro-api/all-line-timetable.md): All Line Timetable Retrieval Script Documentation
- [Last Line Timetable](https://api-gitbook.kosontechnology.com/shanghai-metro-api/last-line-timetable.md): Last Line Timetable Retrieval Script Documentation
- [Line History](https://api-gitbook.kosontechnology.com/shanghai-metro-api/line-history.md): Line History Retrieval Script Documentation
- [Line Colour](https://api-gitbook.kosontechnology.com/shanghai-metro-api/line-colour.md): Line Colour Info Retrieval Script Documentation
- [All Station Information](https://api-gitbook.kosontechnology.com/shanghai-metro-api/all-station-information.md): All Station Info Retrieval Script Documentation
- [Search Station With Line](https://api-gitbook.kosontechnology.com/shanghai-metro-api/search-station-with-line.md): Station Info Retrieval Based Metro Line Script Documentation
- [Search Station With Station ID](https://api-gitbook.kosontechnology.com/shanghai-metro-api/search-station-with-station-id.md): Station Info Retrieval Based Station ID Script Documentation
- [Search Station With Station Name](https://api-gitbook.kosontechnology.com/shanghai-metro-api/search-station-with-station-name.md): All Station Info Retrieval Based Station Name Script Documentation
- [Last Station Timetable](https://api-gitbook.kosontechnology.com/shanghai-metro-api/last-station-timetable.md): Last Station Timetable Retrieval Script Documentation
- [Estimate Arrival Time](https://api-gitbook.kosontechnology.com/shanghai-metro-api/estimate-arrival-time.md): Estimated Arrival Time Information Retrieval Script Documentation
- [Check Price](https://api-gitbook.kosontechnology.com/shanghai-metro-api/check-price.md): Price Info Retrieval Script Documentation
- [Check Route](https://api-gitbook.kosontechnology.com/shanghai-metro-api/check-route.md): Route Info Retrieval Script Documentation
- [AIRPORT-INFO](https://api-gitbook.kosontechnology.com/airport-info.md): Airport Info Retrieval Script Documentation
- [INDIA-HOTEL](https://api-gitbook.kosontechnology.com/india-hotel.md): India Hotel Info Retrieval Script Documentation
- [HK-FERRY-ROUTE](https://api-gitbook.kosontechnology.com/hk-ferry-route.md): Hong Kong Ferry route Info Retrieval Script Documentation
- [FLIGHT-TRACK](https://api-gitbook.kosontechnology.com/flight-track.md): Get real-time flight data all around the world
- [MALAYSIA-STATES](https://api-gitbook.kosontechnology.com/malaysia-states.md): Get general information of all the states in Malaysia
- [SINGAPORE-BUS](https://api-gitbook.kosontechnology.com/singapore-bus.md): Get information of all the bus-stops in Singapore


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://api-gitbook.kosontechnology.com/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
