Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v3 GET /field_hockey/get_competitions
Returns all competitions from an area.
Request URL
https://dsg-api.com/clients/{client_name}/field_hockey/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}/field_hockey/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}/field_hockey/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}/field_hockey/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}/field_hockey/get_competitions?client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example200 Success{"datasportsgroup":{"version":"2.196.3","sport":"field_hockey","lang":"en","generated_utc":"2025-08-01T15:05:24+00:00","method":{"method_id":"196","name":"get_competitions"},"competition":[{"competition_id":"4205","name":"Africa Cup of Nations","gender":"male","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2023-04-24 09:58:02"},{"competition_id":"4221","name":"Junior Africa Cup","gender":"male youth","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2023-04-24 09:58:02"},{"competition_id":"4222","name":"Junior Africa Cup","gender":"female youth","type":"international","format":"international_cup","area_id":"3","area_name":"Africa","last_updated":"2023-04-24 09:58:02"},{"competition_id":"2169","name":"Asia Cup","gender":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2103","name":"Asian Games","gender":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2021-08-22 10:24:33"},{"competition_id":"2104","name":"Asian Games Qualifier","gender":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2106","name":"Asian Hockey Champions Trophy","gender":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2021-07-09 11:15:24"},{"competition_id":"4214","name":"Southeast Asian Games","gender":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2021-07-09 11:15:24"},{"competition_id":"4215","name":"Southeast Asian Games (Indoor)","gender":"male","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2021-07-09 11:15:24"},{"competition_id":"4210","name":"Junior Asia Cup","gender":"male youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2023-04-24 21:25:55"},{"competition_id":"2600","name":"Junior AHF Cup","gender":"male youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2021-07-09 11:15:24"},{"competition_id":"3131","name":"Asian Games","gender":"female","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2023-04-25 10:43:58"},{"competition_id":"2107","name":"Women's Asian Hockey Champions Trophy","gender":"female","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2023-04-25 10:44:01"},{"competition_id":"4216","name":"Southeast Asian Games","gender":"female","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2021-07-09 11:15:24"},{"competition_id":"4217","name":"Southeast Asian Games (Indoor)","gender":"female","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2021-07-09 11:15:24"},{"competition_id":"4212","name":"Junior Asia Cup","gender":"female youth","type":"international","format":"international_cup","area_id":"2","area_name":"Asia","last_updated":"2023-04-24 21:25:55"},{"competition_id":"2922","name":"Hockey League","gender":"male","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2923","name":"Hockey League","gender":"female","type":"club","format":"domestic_league","area_id":"27","area_name":"Belgium","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2924","name":"England Hockey League","gender":"male","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2925","name":"England Hockey League","gender":"female","type":"club","format":"domestic_league","area_id":"68","area_name":"England","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2017","name":"EuroHockey Championship","gender":"male","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2994","name":"EuroHockey Championship II","gender":"male","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2995","name":"EuroHockey Championship III","gender":"male","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2996","name":"EuroHockey Championship IV","gender":"male","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2021-07-09 11:15:24"},{"competition_id":"1998","name":"Euro Hockey League","gender":"male","type":"club","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2016","name":"EuroHockey Club Champions Cup","gender":"male","type":"club","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2380","name":"EuroHockey Club Trophy","gender":"male","type":"club","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2382","name":"EuroHockey Club Challenge I","gender":"male","type":"club","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2384","name":"EuroHockey Club Challenge II","gender":"male","type":"club","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2385","name":"EuroHockey Club Challenge III","gender":"male","type":"club","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2018","name":"Womens EuroHockey Championship","gender":"female","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2997","name":"Womens EuroHockey Championship II","gender":"female","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2998","name":"Womens EuroHockey Championship III","gender":"female","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2021-07-09 11:15:24"},{"competition_id":"3004","name":"Euro Hockey League","gender":"female","type":"club","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2021-07-09 11:15:24"},{"competition_id":"4209","name":"EuroHockey5s Championship","gender":"female","type":"international","format":"international_cup","area_id":"7","area_name":"Europe","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2926","name":"Elite League","gender":"male","type":"club","format":"domestic_league","area_id":"76","area_name":"France","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2927","name":"Elite League","gender":"female","type":"club","format":"domestic_league","area_id":"76","area_name":"France","last_updated":"2021-07-09 11:15:24"},{"competition_id":"1959","name":"1. Bundesliga","gender":"male","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2991","name":"1. Bundesliga","gender":"female","type":"club","format":"domestic_league","area_id":"80","area_name":"Germany","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2933","name":"Hockey Japan League","gender":"male","type":"club","format":"domestic_league","area_id":"102","area_name":"Japan","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2934","name":"Hockey Japan League","gender":"female","type":"club","format":"domestic_league","area_id":"102","area_name":"Japan","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2394","name":"Hoofdklasse","gender":"male","type":"club","format":"domestic_league","area_id":"138","area_name":"Netherlands","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2990","name":"Hoofdklasse","gender":"female","type":"club","format":"domestic_league","area_id":"138","area_name":"Netherlands","last_updated":"2021-07-09 11:15:24"},{"competition_id":"5195","name":"Playoffs 1\/2","gender":"male","type":"club","format":"playoff","area_id":"138","area_name":"Netherlands","last_updated":"2024-11-25 12:49:03"},{"competition_id":"5196","name":"Playoffs 1\/2","gender":"female","type":"club","format":"playoff","area_id":"138","area_name":"Netherlands","last_updated":"2024-11-25 12:49:03"},{"competition_id":"2930","name":"Superliga","gender":"male","type":"club","format":"domestic_league","area_id":"155","area_name":"Poland","last_updated":"2021-07-09 11:15:24"},{"competition_id":"3073","name":"Playoffs 1\/2","gender":"male","type":"club","format":"playoff","area_id":"155","area_name":"Poland","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2381","name":"Campeonato Nacional de Hóquei em Campo","gender":"male","type":"club","format":"domestic_league","area_id":"156","area_name":"Portugal","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2999","name":"Campeonato Nacional de Hóquei em Campo","gender":"female","type":"club","format":"domestic_league","area_id":"156","area_name":"Portugal","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2928","name":"EYHL","gender":"male","type":"club","format":"domestic_league","area_id":"98","area_name":"Republic of Ireland","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2929","name":"EYHL","gender":"female","type":"club","format":"domestic_league","area_id":"98","area_name":"Republic of Ireland","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2022","name":"Super League","gender":"male","type":"club","format":"domestic_league","area_id":"160","area_name":"Russia","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2023","name":"Super League","gender":"female","type":"club","format":"domestic_league","area_id":"160","area_name":"Russia","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2110","name":"South American Games","gender":"male","type":"international","format":"international_cup","area_id":"5","area_name":"South America","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2111","name":"South American Games","gender":"female","type":"international","format":"international_cup","area_id":"5","area_name":"South America","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2992","name":"Division de Honor ","gender":"male","type":"club","format":"domestic_league","area_id":"176","area_name":"Spain","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2993","name":"Division de Honor ","gender":"female","type":"club","format":"domestic_league","area_id":"176","area_name":"Spain","last_updated":"2021-07-09 11:15:24"},{"competition_id":"3033","name":"Playoffs 1\/2","gender":"male","type":"club","format":"playoff","area_id":"176","area_name":"Spain","last_updated":"2021-07-09 11:15:24"},{"competition_id":"3034","name":"Playoffs 1\/2 ","gender":"female","type":"club","format":"playoff","area_id":"176","area_name":"Spain","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2931","name":"Division 1","gender":"male","type":"club","format":"domestic_league","area_id":"184","area_name":"Sweden","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2932","name":"Division 1","gender":"female","type":"club","format":"domestic_league","area_id":"184","area_name":"Sweden","last_updated":"2021-07-09 11:15:24"},{"competition_id":"2383","name":"Nationalliga A","gender":"male","type":"club","format":"domestic_league","area_id":"185","area_name":"Switzerland","last_updated":"2021-07-09 11:15:24"},{"competition_id":"3001","name":"Nationalliga A","gender":"female","type":"club","format":"domestic_league","area_id":"185","area_name":"Switzerland","last_updated":"2021-07-09 11:15:24"},{"competition_id":"3896","name":"NCAA Division I","gender":"female","type":"club","format":"domestic_league","area_id":"203","area_name":"United States","last_updated":"2022-08-18 16:35:17"},{"competition_id":"1957","name":"Summer Olympics","gender":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2024-12-06 08:04:55"},{"competition_id":"2004","name":"Hockey World Cup","gender":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:49:08"},{"competition_id":"1958","name":"Hockey Champions Trophy","gender":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:49:14"},{"competition_id":"2156","name":"FIH Pro League","gender":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:49:17"},{"competition_id":"3038","name":"Olympic Qualifiers","gender":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:49:21"},{"competition_id":"2116","name":"Hockey Series","gender":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:49:28"},{"competition_id":"3710","name":"Commonwealth Games","gender":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:49:44"},{"competition_id":"2108","name":"4 Nations Invitational","gender":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:49:34"},{"competition_id":"2175","name":"3 Nations Invitational","gender":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:49:58"},{"competition_id":"3010","name":"Ready Steady Tokyo","gender":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:50:16"},{"competition_id":"4010","name":"FIH Indoor Hockey World Cup","gender":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:50:50"},{"competition_id":"4224","name":"Hong Kong Quadrangular Hockey Tournament","gender":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:50:26"},{"competition_id":"2101","name":"FIH Friendlies","gender":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:50:26"},{"competition_id":"4206","name":"FIH Friendlies (Indoor)","gender":"male","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:50:35"},{"competition_id":"4218","name":"Junior Pan American Championship","gender":"male youth","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:58:36"},{"competition_id":"2791","name":"Summer Olympics","gender":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2024-12-06 08:04:55"},{"competition_id":"3848","name":"Hockey World Cup","gender":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:49:12"},{"competition_id":"2157","name":"FIH Pro League","gender":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:49:19"},{"competition_id":"3039","name":"Olympic Qualifiers","gender":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:49:23"},{"competition_id":"3711","name":"Commonwealth Games","gender":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:49:47"},{"competition_id":"2109","name":"4 Nations Invitational","gender":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:49:51"},{"competition_id":"3035","name":"3 Nations Invitational","gender":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:50:00"},{"competition_id":"2114","name":"Women's Tri-Nations Hockey Tournament","gender":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:50:08"},{"competition_id":"2115","name":"Women's Four Nations Cup","gender":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:50:10"},{"competition_id":"4223","name":"Women’s Hockey Invitational Tournament","gender":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:50:10"},{"competition_id":"4011","name":"FIH Indoor Hockey World Cup","gender":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:50:52"},{"competition_id":"2102","name":"FIH Friendlies","gender":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:50:32"},{"competition_id":"4207","name":"FIH Friendlies (Indoor)","gender":"female","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:50:37"},{"competition_id":"4219","name":"Junior Pan American Championship","gender":"female youth","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:58:32"},{"competition_id":"4226","name":"FIH Youth Friendlies","gender":"female youth","type":"international","format":"international_cup","area_id":"1","area_name":"World","last_updated":"2023-04-25 18:50:32"}]}}