Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v3 GET /cycling/get_competitions
Returns all competitions from an area.
Request URL
https://dsg-api.com/clients/{client_name}/cycling/get_competitions?client={client_name}&authkey={client_authkey}
API Threshold
- 10k calls per hour (2.78 calls per second)
- This threshold applies to ALL your calls you do across the API.
- Your number of calls get reset every hour at :00
- If the thresold is reached within the hour you will get a xml/json message accordingly (which is gone when the next hour starts, see previous point)
Parameters
area_id
int
area to get the subareas or specific area from
authkey
string Required
client authentification key
client
string Required
unique client ID
ftype
string
changes feed type from XML to json (ftype=json or ftype=json_array)
lang
string
two-character language code, defaults to 'en'
Nodes
area❯
details about area
area_id
unique identifier for an area
country_code
three character country code
iso_code
official three character ISO code (not all areas will have an ISO code)
name
name of the area
parent_area_id
unique identifier of the parent area (either continent or World)
competition❯
details about competition
area_id
unique identifier for an area
area_name
name of the area
competition_id
unique identifier for a competition
format
competition format (domestic_league, domestic_cup, domestic_league_cup, domestic_super_cup, international_cup, international_super_cup, playoff, tournament, race, unofficial)
gender
determines the gender of the competition (male or female)
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
name
name of the competition
type
determines if a competition is between club teams (club) or national teams (international)
datasportsgroup❯
details about the API version, sport, language and generation timestamp
generated_utc
UTC timestamp when the API output was generated
lang
language of the API call
sport
sport value
version
version of the API
method❯
details about the API function
method_id
unique ID of method
name
name of method
Response Headers
200
Success
401
Unauthorized
429
Too Many Requests
Code Samples
<?php$ch = curl_init();curl_setopt($ch, CURLOPT_URL, "https://dsg-api.com/clients/{client_name}/cycling/get_competitions?client={client_name}&authkey={client_authkey}");curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_USERPWD, "{User}:{Password}");$content = curl_exec($ch);curl_close($ch);?>curl GET -u "User:Password" "https://dsg-api.com/clients/{client_name}/cycling/get_competitions?client={client_name}&authkey={client_authkey}"
Imports System
Imports System.Net
Imports System.IO
Imports System.Text
Public Module Module1
Public Sub Main()
Dim url As String = "https://dsg-api.com/clients/{client_name}/cycling/get_competitions?client={client_name}&authkey={client_authkey}"
Dim myReq As WebRequest = WebRequest.Create(url)
myReq.Credentials = new System.Net.NetworkCredential("{User}", "{Password}")
Dim wr As WebResponse = myReq.GetResponse()
Dim receiveStream As Stream = wr.GetResponseStream()
Dim reader As StreamReader = New StreamReader(receiveStream, Encoding.UTF8)
Dim content As String = reader.ReadToEnd()
End Sub
End Module
response = requests.get("https://dsg-api.com/clients/{client_name}/cycling/get_competitions?client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example200 Success{"datasportsgroup":{"version":"2.630.3","sport":"cycling","lang":"en","generated_utc":"2025-08-01T15:09:15+00:00","method":{"method_id":"630","name":"get_competitions"},"competition":[{"competition_id":"4625","name":"Cycling Tour of Albania","gender":"male","type":"player","format":"race","area_id":"9","area_name":"Albania","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4479","name":"Pal-Arinsal","gender":"both","type":"player","format":"race","area_id":"12","area_name":"Andorra","last_updated":"2023-03-31 14:50:19"},{"competition_id":"4449","name":"Santiago del Estero","gender":"both","type":"player","format":"race","area_id":"16","area_name":"Argentina","last_updated":"2023-07-27 17:01:46"},{"competition_id":"415","name":"Tour Down Under","gender":"male","type":"player","format":"race","area_id":"19","area_name":"Australia","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4349","name":"Cadel Evans Great Ocean Road Race","gender":"male","type":"player","format":"race","area_id":"19","area_name":"Australia","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4791","name":"Brisbane","gender":"both","type":"player","format":"race","area_id":"19","area_name":"Australia","last_updated":"2023-08-23 13:01:31"},{"competition_id":"4477","name":"Leogang","gender":"both","type":"player","format":"race","area_id":"20","area_name":"Austria","last_updated":"2023-03-31 14:50:19"},{"competition_id":"4603","name":"Int. Raffeisenbank Kirschblütenrennen","gender":"male","type":"player","format":"race","area_id":"20","area_name":"Austria","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4607","name":"GP Vorarlberg","gender":"male","type":"player","format":"race","area_id":"20","area_name":"Austria","last_updated":"2023-03-31 14:35:56"},{"competition_id":"460","name":"Liège–Bastogne–Liège","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:34:50"},{"competition_id":"4067","name":"La Flèche Wallonne","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:33:39"},{"competition_id":"4485","name":"Maasmechelen","gender":"both","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-09-09 16:55:49"},{"competition_id":"4486","name":"Dendermonde","gender":"both","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-09-09 16:55:50"},{"competition_id":"4491","name":"Namur","gender":"both","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-09-09 16:55:50"},{"competition_id":"4492","name":"Antwerpen","gender":"both","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-09-09 16:55:50"},{"competition_id":"4493","name":"Gavere","gender":"both","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-09-09 16:55:50"},{"competition_id":"4495","name":"Zonhoven","gender":"both","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-09-09 16:55:50"},{"competition_id":"4372","name":"Renewi Tour","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-07-16 20:46:17"},{"competition_id":"4555","name":"Le Samyn","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4557","name":"Grand Prix Criquielion","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4562","name":"Grote prijs Jean - Pierre Monseré","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4569","name":"Youngster Coast Challenge","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4583","name":"Gent-Wevelgem \/ Kattekoers-Ieper","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4598","name":"Liège-Bastogne-Liège U23","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4608","name":"Omloop van het Waasland","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4614","name":"Flèche Ardennaise","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4617","name":"Circuit de Wallonie","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4624","name":"Ronde van Limburg","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4351","name":"Omloop Het Nieuwsblad ME","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4356","name":"Classic Brugge-De Panne","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4357","name":"E3 Saxo Classic","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4358","name":"Gent-Wevelgem","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4359","name":"Dwars door Vlaanderen","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4360","name":"Ronde van Vlaanderen","gender":"male","type":"player","format":"race","area_id":"27","area_name":"Belgium","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4374","name":"Grand Prix Cycliste de Québec","gender":"male","type":"player","format":"race","area_id":"43","area_name":"Canada","last_updated":"2023-07-16 20:46:17"},{"competition_id":"4483","name":"Mont-Sainte-Anne","gender":"both","type":"player","format":"race","area_id":"43","area_name":"Canada","last_updated":"2023-09-09 15:30:37"},{"competition_id":"4375","name":"Grand Prix Cycliste de Montréal","gender":"male","type":"player","format":"race","area_id":"43","area_name":"Canada","last_updated":"2023-07-16 20:46:17"},{"competition_id":"4376","name":"Tour of Guangxi","gender":"male","type":"player","format":"race","area_id":"49","area_name":"China PR","last_updated":"2023-07-16 20:46:17"},{"competition_id":"4451","name":"Bogota","gender":"both","type":"player","format":"race","area_id":"51","area_name":"Colombia","last_updated":"2023-07-27 17:01:46"},{"competition_id":"4556","name":"Trofej Umag","gender":"male","type":"player","format":"race","area_id":"56","area_name":"Croatia","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4564","name":"Trofej Poreč","gender":"male","type":"player","format":"race","area_id":"56","area_name":"Croatia","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4565","name":"Istarsko Proljeće","gender":"male","type":"player","format":"race","area_id":"56","area_name":"Croatia","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4474","name":"Nové Město na Moravě","gender":"both","type":"player","format":"race","area_id":"59","area_name":"Czechia","last_updated":"2023-03-31 14:50:19"},{"competition_id":"4501","name":"London","gender":"both","type":"player","format":"race","area_id":"68","area_name":"England","last_updated":"2023-09-09 16:55:50"},{"competition_id":"4628","name":"Tour of Estonia","gender":"male","type":"player","format":"race","area_id":"71","area_name":"Estonia","last_updated":"2023-03-31 14:35:56"},{"competition_id":"3511","name":"European Road Cycling Championships","gender":"both","type":"player","format":"tournament","area_id":"7","area_name":"Europe","last_updated":"2022-02-28 13:10:16"},{"competition_id":"3535","name":"European Mountain Bike Championships","gender":"both","type":"player","format":"tournament","area_id":"7","area_name":"Europe","last_updated":"2022-02-28 20:12:32"},{"competition_id":"3536","name":"European BMX Championships","gender":"both","type":"player","format":"tournament","area_id":"7","area_name":"Europe","last_updated":"2022-02-28 20:14:46"},{"competition_id":"4188","name":"UEC European Track Championships","gender":"both","type":"player","format":"tournament","area_id":"7","area_name":"Europe","last_updated":"2023-03-31 14:38:53"},{"competition_id":"262","name":"Paris-Nice","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:26:36"},{"competition_id":"359","name":"Paris-Roubaix","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:27:58"},{"competition_id":"419","name":"Criterium du Dauphine","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:31:08"},{"competition_id":"2522","name":"Tour de France","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2020-11-10 14:19:25"},{"competition_id":"4481","name":"Les Gets","gender":"both","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-09-09 15:30:37"},{"competition_id":"4487","name":"Troyes","gender":"both","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-09-09 16:55:52"},{"competition_id":"4489","name":"Flamanville","gender":"both","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-09-09 16:55:54"},{"competition_id":"4500","name":"St-Quentin-En-Yvelines","gender":"both","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-09-09 16:55:50"},{"competition_id":"4448","name":"Sarrians","gender":"both","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-07-27 17:01:46"},{"competition_id":"4544","name":"Grand Prix Cycliste de Marseille La Marseillaise","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4545","name":"Etoile de Bessèges - Tour du Gard","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4547","name":"Tour de la Provence","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4551","name":"Classic Var","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4552","name":"Tour des Alpes-Maritimes","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4559","name":"Le Tour des 100 Communes","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4563","name":"Grand Prix de la Ville de Lillers Souvenir Bruno Comini","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4570","name":"Classic Loire Atlantique","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4571","name":"Cholet - Pays de la Loire","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4582","name":"La Roue Tourangelle Centre Val de Loire","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4585","name":"La Route Adélie de Vitré","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4588","name":"Région Pays de la Loire Tour","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4590","name":"Circuit des Ardennes","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4593","name":"Tour du Loir et Cher","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4594","name":"Classic Grand Besançon Doubs","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4596","name":"Tour du Jura Cycliste","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4601","name":"Le Tour de Bretagne Cycliste","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4609","name":"Ronde de l'Isard","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4619","name":"Tour du Finistère","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4620","name":"Boucles de l'Aulne - Châteaulin","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4626","name":"Paris - Troyes","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4627","name":"Alpes Isère Tour","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4629","name":"Tour de la Mirabelle","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4373","name":"Bretagne Classic","gender":"male","type":"player","format":"race","area_id":"76","area_name":"France","last_updated":"2023-07-16 20:46:17"},{"competition_id":"4499","name":"Berlin","gender":"both","type":"player","format":"race","area_id":"80","area_name":"Germany","last_updated":"2023-09-09 16:55:50"},{"competition_id":"4368","name":"Eschborn-Frankfurt","gender":"male","type":"player","format":"race","area_id":"80","area_name":"Germany","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4371","name":"Cyclassics Hamburg","gender":"male","type":"player","format":"race","area_id":"80","area_name":"Germany","last_updated":"2023-07-16 20:46:17"},{"competition_id":"4606","name":"Eschborn-Frankfurt U23","gender":"male","type":"player","format":"race","area_id":"80","area_name":"Germany","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4502","name":"British National Road Championships","gender":"both","type":"player","format":"race","area_id":"250","area_name":"Great Britain","last_updated":"2023-09-10 11:59:10"},{"competition_id":"4450","name":"Glasgow","gender":"both","type":"player","format":"race","area_id":"250","area_name":"Great Britain","last_updated":"2023-07-27 17:01:46"},{"competition_id":"4604","name":"Rutland-Melton CiCLE Classic","gender":"male","type":"player","format":"race","area_id":"250","area_name":"Great Britain","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4561","name":"Visit South Aegean Islands","gender":"male","type":"player","format":"race","area_id":"82","area_name":"Greece","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4566","name":"Rhodes GP by Culture & Sports Organization","gender":"male","type":"player","format":"race","area_id":"82","area_name":"Greece","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4568","name":"Tour of Rhodes","gender":"male","type":"player","format":"race","area_id":"82","area_name":"Greece","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4595","name":"Tour of Thessaly","gender":"male","type":"player","format":"race","area_id":"82","area_name":"Greece","last_updated":"2023-03-31 14:35:56"},{"competition_id":"160","name":"Giro d'Italia","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:22:33"},{"competition_id":"436","name":"Il Lombardia","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:32:26"},{"competition_id":"4478","name":"Val di Sole","gender":"both","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:50:19"},{"competition_id":"4490","name":"Val di Sole","gender":"both","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:50:19"},{"competition_id":"4452","name":"Verona","gender":"both","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-07-27 17:01:46"},{"competition_id":"4576","name":"Popolarissima","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4577","name":"Settimana Internazionale Coppi e Bartali","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4587","name":"Giro del Belvedere","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4589","name":"G.P. Palio del Recioto","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4591","name":"Trofeo Piva","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4592","name":"Giro di Sicilia","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4599","name":"Trofeo Città di San Vendemiano","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4600","name":"Gran Premio della Liberazione","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4613","name":"Circuito del Porto - Trofeo Arvedi","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4621","name":"Gran Premio Industrie del Marmo","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4633","name":"Due Giorni Marchigiana - G.P. Santa Rita","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4352","name":"Strade Bianche","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4353","name":"Tirreno-Adriatico","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4354","name":"Milano-Sanremo","gender":"male","type":"player","format":"race","area_id":"100","area_name":"Italy","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4616","name":"Flèche du Sud","gender":"male","type":"player","format":"race","area_id":"118","area_name":"Luxembourg","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4366","name":"Amstel Gold Race","gender":"male","type":"player","format":"race","area_id":"138","area_name":"Netherlands","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4494","name":"Hulst","gender":"both","type":"player","format":"race","area_id":"138","area_name":"Netherlands","last_updated":"2023-09-09 16:55:50"},{"competition_id":"4497","name":"Hoogerheide","gender":"both","type":"player","format":"race","area_id":"138","area_name":"Netherlands","last_updated":"2023-09-09 16:55:50"},{"competition_id":"4421","name":"Papendal","gender":"both","type":"player","format":"race","area_id":"138","area_name":"Netherlands","last_updated":"2023-08-23 13:01:31"},{"competition_id":"4560","name":"Salverda Bouw Ster van Zwolle","gender":"male","type":"player","format":"race","area_id":"138","area_name":"Netherlands","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4574","name":"Dorpenomloop Rucphen","gender":"male","type":"player","format":"race","area_id":"138","area_name":"Netherlands","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4579","name":"Olympia's Tour","gender":"male","type":"player","format":"race","area_id":"138","area_name":"Netherlands","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4586","name":"Volta Limburg Classic","gender":"male","type":"player","format":"race","area_id":"138","area_name":"Netherlands","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4597","name":"Arno Wallaard Memorial","gender":"male","type":"player","format":"race","area_id":"138","area_name":"Netherlands","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4611","name":"Ronde van Overijssel","gender":"male","type":"player","format":"race","area_id":"138","area_name":"Netherlands","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4622","name":"Veenendaal-Veenendaal","gender":"male","type":"player","format":"race","area_id":"138","area_name":"Netherlands","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4790","name":"Rotorua","gender":"both","type":"player","format":"race","area_id":"141","area_name":"New Zealand","last_updated":"2023-08-23 13:01:31"},{"competition_id":"4234","name":"Tour of Norway","gender":"male","type":"player","format":"race","area_id":"146","area_name":"Norway","last_updated":"2023-03-31 14:22:33"},{"competition_id":"4612","name":"Sundvolden GP","gender":"male","type":"player","format":"race","area_id":"146","area_name":"Norway","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4615","name":"Ringerike GP","gender":"male","type":"player","format":"race","area_id":"146","area_name":"Norway","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4370","name":"Tour de Pologne","gender":"male","type":"player","format":"race","area_id":"155","area_name":"Poland","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4605","name":"Carpathian Couriers Race","gender":"male","type":"player","format":"race","area_id":"155","area_name":"Poland","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4618","name":"Silesian Classic","gender":"male","type":"player","format":"race","area_id":"155","area_name":"Poland","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4573","name":"Classica da Arrabida - Cyclin'Portugal","gender":"male","type":"player","format":"race","area_id":"156","area_name":"Portugal","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4580","name":"Volta ao Alentejo","gender":"male","type":"player","format":"race","area_id":"156","area_name":"Portugal","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4610","name":"Grande Prêmio Internacional Beiras e Serra da Estrela ","gender":"male","type":"player","format":"race","area_id":"156","area_name":"Portugal","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4488","name":"Dublin","gender":"both","type":"player","format":"race","area_id":"98","area_name":"Republic of Ireland","last_updated":"2023-09-09 16:55:53"},{"competition_id":"4575","name":"GP Slovenian Istria","gender":"male","type":"player","format":"race","area_id":"172","area_name":"Slovenia","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4578","name":"GP Brda-Collio","gender":"male","type":"player","format":"race","area_id":"172","area_name":"Slovenia","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4581","name":"GP Goriska & Vipava Valley","gender":"male","type":"player","format":"race","area_id":"172","area_name":"Slovenia","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4584","name":"GP Adria Mobil","gender":"male","type":"player","format":"race","area_id":"172","area_name":"Slovenia","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4623","name":"GP Gorenjska","gender":"male","type":"player","format":"race","area_id":"172","area_name":"Slovenia","last_updated":"2023-03-31 14:35:56"},{"competition_id":"577","name":"Vuelta a España","gender":"male","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4496","name":"Benidorm","gender":"both","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-09-09 16:55:50"},{"competition_id":"4498","name":"Mallorca","gender":"both","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-09-09 16:55:50"},{"competition_id":"4355","name":"Volta Ciclista a Catalunya","gender":"male","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4365","name":"Itzulia Basque Country","gender":"male","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4536","name":"Clàssica Comunitat Valenciana 1969 - Gran Premi València","gender":"male","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4537","name":"Ruta de la Cerámica - Gran Premio Castellón","gender":"male","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4538","name":"Trofeo Calvià","gender":"male","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4539","name":"Trofeo Port D'Alcudia - Port D'Alcudia","gender":"male","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4540","name":"Trofeo Serra Tramuntana","gender":"male","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4541","name":"Trofeo Pollença - Port d'Andratx","gender":"male","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4542","name":"Trofeo Palma","gender":"male","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4549","name":"Vuelta Ciclista a la Region de Murcia Costa Calida","gender":"male","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4550","name":"Clásica Jaén","gender":"male","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4553","name":"O Gran Camiño","gender":"male","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-10-23 11:51:58"},{"competition_id":"4602","name":"Vuelta Asturias Julio Alvarez Mendo","gender":"male","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4369","name":"Donostia San Sebastian Klasikoa","gender":"male","type":"player","format":"race","area_id":"176","area_name":"Spain","last_updated":"2023-03-31 14:29:24"},{"competition_id":"947","name":"Tour de Suisse","gender":"male","type":"player","format":"race","area_id":"185","area_name":"Switzerland","last_updated":"2023-03-31 14:56:10"},{"competition_id":"4476","name":"Lenzerheide","gender":"both","type":"player","format":"race","area_id":"185","area_name":"Switzerland","last_updated":"2023-03-31 14:50:19"},{"competition_id":"4367","name":"Tour de Romandie","gender":"male","type":"player","format":"race","area_id":"185","area_name":"Switzerland","last_updated":"2023-03-31 14:56:10"},{"competition_id":"4420","name":"Sakarya","gender":"both","type":"player","format":"race","area_id":"196","area_name":"Türkiye","last_updated":"2023-08-23 13:01:31"},{"competition_id":"4543","name":"Grand Prix Antalya Airport City","gender":"male","type":"player","format":"race","area_id":"196","area_name":"Türkiye","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4546","name":"Grand Prix Apollon Temple","gender":"male","type":"player","format":"race","area_id":"196","area_name":"Türkiye","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4548","name":"Tour of Antalya","gender":"male","type":"player","format":"race","area_id":"196","area_name":"Türkiye","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4554","name":"Tour of Alanya","gender":"male","type":"player","format":"race","area_id":"196","area_name":"Türkiye","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4558","name":"Grand Prix Syedra Ancient City","gender":"male","type":"player","format":"race","area_id":"196","area_name":"Türkiye","last_updated":"2023-03-31 14:35:56"},{"competition_id":"4350","name":"UAE Tour","gender":"male","type":"player","format":"race","area_id":"202","area_name":"United Arab Emirates","last_updated":"2023-03-31 14:29:24"},{"competition_id":"4482","name":"Snowshoe","gender":"both","type":"player","format":"race","area_id":"203","area_name":"United States","last_updated":"2023-09-09 15:30:37"},{"competition_id":"4484","name":"Waterloo","gender":"both","type":"player","format":"race","area_id":"203","area_name":"United States","last_updated":"2023-09-09 16:55:47"},{"competition_id":"4792","name":"Tulsa","gender":"both","type":"player","format":"race","area_id":"203","area_name":"United States","last_updated":"2023-08-23 13:01:31"},{"competition_id":"2846","name":"Summer Olympics","gender":"both","type":"player","format":"race","area_id":"1","area_name":"World","last_updated":"2024-12-06 08:04:55"},{"competition_id":"4475","name":"UCI Marathon World Cup","gender":"both","type":"player","format":"race","area_id":"1","area_name":"World","last_updated":"2023-03-31 14:50:19"},{"competition_id":"4480","name":"UCI Downhill World Cup","gender":"both","type":"player","format":"race","area_id":"1","area_name":"World","last_updated":"2023-03-31 14:50:19"},{"competition_id":"3512","name":"UCI Road World Championships","gender":"both","type":"player","format":"tournament","area_id":"1","area_name":"World","last_updated":"2022-02-28 13:10:11"},{"competition_id":"4902","name":"Paralympics","gender":"both","type":"player","format":"race","area_id":"1","area_name":"World","last_updated":"2021-07-17 11:20:39"},{"competition_id":"3858","name":"Commonwealth Games","gender":"both","type":"player","format":"tournament","area_id":"1","area_name":"World","last_updated":"2022-07-04 13:31:58"},{"competition_id":"159","name":"UCI Track Cycling World Championships","gender":"both","type":"player","format":"tournament","area_id":"1","area_name":"World","last_updated":"2023-03-31 14:21:42"},{"competition_id":"621","name":"UCI Cyclo-cross World Championship","gender":"both","type":"player","format":"tournament","area_id":"1","area_name":"World","last_updated":"2023-03-31 14:37:47"},{"competition_id":"3509","name":"UCI BMX Racing World Championships","gender":"both","type":"player","format":"tournament","area_id":"1","area_name":"World","last_updated":"2023-09-09 12:05:28"},{"competition_id":"3510","name":"UCI Mountain Bike World Championships","gender":"both","type":"player","format":"tournament","area_id":"1","area_name":"World","last_updated":"2022-02-28 13:06:16"}]}}