San Marcos Airport Information
SRS · SKSR · Colombia
San Marcos Airport and other airport data from Airhex are trusted by leading travel companies worldwide
| IATA Code | SRS |
| ICAO Code | SKSR |
| City Code | SRS |
| City | San Marcos (SRS) |
| Country | Colombia (CO) |
| Timezone | America/Bogota (UTC-5) |
Other Airports in Colombia
Get San Marcos Airport Data
Part of our structured aviation data set — 16,448 airports and 2,588 airlines, refreshed daily.
How Travel Companies Use San Marcos Airport Data
Airport search powered by structured data — codes, coordinates, and city enrichment from a single API call.
What the Airport Data API Includes
Structured airport records with geographic and city enrichment — one request away
16,448 Airport Records
IATA/ICAO codes, geographic coordinates, city and country enrichment, and classification data for airports worldwide.
City & Country Data Included
Each airport record includes nested city and country objects with names, codes, and geographic metadata in a single response.
Powerful Filtering
Query by IATA/ICAO code, city, country, or name. Filter by major airports only or combine parameters for precise results.
Refreshed Every 24 Hours
New airports, reclassifications, code changes, and metadata updates reflected automatically through daily data refreshes.
One Request, Full Record
- Precise latitude/longitude coordinates
- City and country enrichment included
- Sub-50ms response times
- RESTful API — no SDK required
// Fetch San Marcos Airport
const response = await fetch(
'https://api.airhex.com/v1/airports?iata=SRS',
{ headers: { 'Authorization': 'Bearer YOUR_API_KEY' } }
);
const data = await response.json();
// Response
{
"data": [{
"iata": "SRS",
"icao": "SKSR",
"name": "San Marcos Airport",
"timezone": "America/Bogota",
"city": { "code": "SRS", "name": "San Marcos", ... },
"country": { "code": "CO", "name": "Colombia", ... },
...
}]
}
Trusted by leading aviation & travel companies










Need Airport Data for Your App?
Access structured data for 16,448+ airports with city and country enrichment.
Get a free Sandbox API key to test the API with real data.