|
GET |
bettable-matches/type |
1
|
İddaa programında yer alan oyun türlerini için kullanılır. |
Bu endpointe ait parametreler ve curl örneğini aşağıdan görüntüleyebilirsiniz.
Anahtar |
Örnek Değer |
Tip |
Zorunlu |
Açıklama |
- |
|
|
|
Boş bırakıldığı takdirde ilgili güne ait oyun türlerini listelemektedir. |
İki farklı api bağlantı şekli bulunmaktadır.
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches/type?apiKey=APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches/type' \
--header 'X-NSYP: APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches/type' \
--header 'Authorization: Bearer APIKEY'
{
"status": "success",
"message": "ok",
"messageTR": "ok",
"systemTime": 1706715826,
"endpoint": "bettable-matches\/type",
"rowCount": 2,
"creditUsed": 0,
"data": [
{
"typeID": 1,
"typeName": "Futbol",
"typeNameEn": "Football"
},
{
"typeID": 2,
"typeName": "Basketbol",
"typeNameEn": "Basketball"
}
]
}
|
|
GET |
bettable-matches/country |
1
|
Sistemde kayıtlı oyunların ülke bilgilerini vermektedir. |
Bu endpointe ait parametreler ve curl örneğini aşağıdan görüntüleyebilirsiniz.
Anahtar |
Örnek Değer |
Tip |
Zorunlu |
Açıklama |
- |
|
|
|
Boş bırakıldığı takdirde programda yer alan bütün maçların ülke bilgisini döndürür. |
type |
1 |
int |
|
type değerini type endpointinden almaktadır. (1=futbol, 2=basketbol) |
İki farklı api bağlantı şekli bulunmaktadır.
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches/country?apiKey=APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches/country' \
--header 'X-NSYP: APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches/country' \
--header 'Authorization: Bearer APIKEY'
{
"status": "success",
"message": "ok",
"messageTR": "ok",
"systemTime": 1706727983,
"endpoint": "bettable-matches\/country",
"rowCount": 23,
"creditUsed": 0,
"data": [
{
"country": "ABD"
},
{
"country": "Almanya"
},
{
"country": "Arjantin"
},
{
"country": "Avustralya"
},
{
"country": "Belçika"
},
{
"country": "Finlandiya"
},
{
"country": "Guatemala"
},
{
"country": "Hindistan"
},
{
"country": "Honduras"
},
{
"country": "İngiltere"
},
{
"country": "İran"
},
{
"country": "İspanya"
},
{
"country": "İsviçre"
},
{
"country": "Kolombiya"
},
{
"country": "Kosta Rika"
},
{
"country": "Kuveyt"
},
{
"country": "Meksika"
},
{
"country": "Portekiz"
},
{
"country": "Suudi Arabistan"
},
{
"country": "Uluslararası"
},
{
"country": "Uluslararası Gençler"
},
{
"country": "Uluslararası Kulüpler"
},
{
"country": "Uruguay"
}
]
}
|
|
GET |
bettable-matches/league |
1
|
Sistemde kayıtlı oyunların liglerini vermektedir. |
Bu endpointe ait parametreler ve curl örneğini aşağıdan görüntüleyebilirsiniz.
Anahtar |
Örnek Değer |
Tip |
Zorunlu |
Açıklama |
- |
|
|
|
Boş bırakıldığı takdirde futbola ait ligleri listelemektedir. |
type |
1 |
int |
|
type değerini type endpointinden almaktadır. (1=futbol, 2=basketbol) |
İki farklı api bağlantı şekli bulunmaktadır.
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches/league?apiKey=APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches/league' \
--header 'X-NSYP: APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches/league' \
--header 'Authorization: Bearer APIKEY'
{
"status": "success",
"message": "ok",
"messageTR": "ok",
"systemTime": 1706715971,
"endpoint": "leage",
"rowCount": 14,
"creditUsed": 0,
"data": [
{
"LeagueCode": "AR",
"League": "Arjantin Superliga Kupası",
"betCount": 2
},
{
"LeagueCode": "BE",
"League": "Belçika Pro Lig",
"betCount": 4
},
{
"LeagueCode": "CH",
"League": "İsviçre Süper Lig",
"betCount": 3
},
{
"LeagueCode": "DE",
"League": "Almanya Amatör Almanya Bölgesel Lig KuzeyDoğu",
"betCount": 3
},
{
"LeagueCode": "DZ",
"League": "Cezayir 1. Lig",
"betCount": 1
},
{
"LeagueCode": "ES",
"League": "İspanya La Liga",
"betCount": 2
},
{
"LeagueCode": "GB",
"League": "İngiltere Futbol Lig Kupası, Eleme Turu",
"betCount": 5
},
{
"LeagueCode": "GR",
"League": "Yunanistan Kupası",
"betCount": 2
},
{
"LeagueCode": "GT",
"League": "Guatemala Ulusal Lig, Kapanış",
"betCount": 1
}
]
}
|
|
GET |
bettable-matches/date |
1
|
Sistemde kayıtlı oyunların lig bilgisini grup halinde vermektedir. |
Bu endpointe ait parametreler ve curl örneğini aşağıdan görüntüleyebilirsiniz.
Anahtar |
Örnek Değer |
Tip |
Zorunlu |
Açıklama |
- |
|
|
|
Boş bırakıldığı takdirde programda yer alan futbol maçlarının tarihlerini döndürür. |
country |
Türkiye |
string |
|
İlgili ülkeye ait maçların tarihlerini çekmek için kullanılır. |
type |
1 |
int |
|
Hangi türde oyunların gelmesi isteniyorsa o bilgi gönderilir. (1=futbol, 2=basketbol) |
league |
Türkiye Süper Lig |
string |
|
İlgili liglere ait tarihlerini çekmek için kullanılır. league endpointinden league değerini kullanır. |
İki farklı api bağlantı şekli bulunmaktadır.
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches/date?apiKey=APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches/date' \
--header 'X-NSYP: APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches/date' \
--header 'Authorization: Bearer APIKEY'
{
"status": "success",
"message": "ok",
"messageTR": "ok",
"systemTime": 1706729551,
"endpoint": "bettable-matches\/date",
"rowCount": 3,
"creditUsed": 0,
"data": [
{
"date": "2024-01-31"
},
{
"date": "2024-02-01"
},
{
"date": "2024-02-02"
}
]
}
|
|
GET |
bettable-matches |
1*
|
İddaa programını listeler. |
Bu endpointe ait parametreler ve curl örneğini aşağıdan görüntüleyebilirsiniz.
Anahtar |
Örnek Değer |
Tip |
Zorunlu |
Açıklama |
- |
|
|
|
Boş bırakıldığı takdirde ilgili güne ait iddaa programını listelemektedir. |
type |
1 |
int |
|
Type değeri oyun tipini belirtir. (1=futbol, 2=basketbol) |
date |
2023-10-04 |
date |
|
Programı tarihe göre listeler. (Y-m-d şeklinde giriş yapılması gerekmektedir) |
league |
Türkiye Süper Lig |
string |
|
İlgili liglere ait tarihlerini çekmek için kullanılır. league endpointinden league değerini kullanır. |
country |
Türkiye |
string |
|
İlgili ülkeye ait maçlarını çekmek için kullanılır. country endpoint alınacaktır. |
İki farklı api bağlantı şekli bulunmaktadır.
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches?apiKey=APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches' \
--header 'X-NSYP: APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches' \
--header 'Authorization: Bearer APIKEY'
{
"status": "success",
"message": "ok",
"messageTR": "ok",
"systemTime": 1706714700,
"endpoint": "bettable-matches",
"rowCount": 37,
"creditUsed": 0,
"data": [
{
"MatchID": 151682,
"Date": "2024-01-31",
"Time": "19:00:00",
"DateTime": "2024-01-31 19:00:00",
"LeagueCode": "INT",
"LeagueFlag": "https:\/\/cdn.nosyapi.com\/bets\/league\/flag\/int.png",
"Country": "Uluslararası",
"League": "AFC Asya Kupası",
"Teams": "İran - Suriye",
"Team1": "İran",
"Team2": "Suriye",
"Team1Logo": null,
"Team2Logo": null,
"MatchResult": 0,
"MB": 1,
"Result": 0,
"GameResult": 0,
"LiveStatus": 1,
"BetCount": 254,
"HomeWin": 1.27,
"Draw": 4.35,
"AwayWin": 8.51,
"Under25": 1.67,
"Over25": 1.86
}
]
}
|
|
GET |
bettable-matches/details |
1
|
İddaa programındaki oyunun tüm oranlarını görmek için kullanılır. |
Bu endpointe ait parametreler ve curl örneğini aşağıdan görüntüleyebilirsiniz.
Anahtar |
Örnek Değer |
Tip |
Zorunlu |
Açıklama |
matchID |
151738 |
int |
|
Maç programından alınan matchID değeri gönderilmek zorundadır. Basketbol-Futbol çıktı farkları mevcuttur. |
İki farklı api bağlantı şekli bulunmaktadır.
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches/details?matchID=151738&apiKey=APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches/details?matchID=151738' \
--header 'X-NSYP: APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/bettable-matches/details?matchID=151738' \
--header 'Authorization: Bearer APIKEY'
{
"status": "success",
"message": "ok",
"messageTR": "ok",
"systemTime": 1706730479,
"endpoint": "bettable-matches\/details",
"rowCount": 1,
"creditUsed": 0,
"data": [
{
"MatchID": 151738,
"Date": "2024-02-01",
"Time": "23:00:00",
"DateTime": "2024-02-01 23:00:00",
"LeagueCode": "ES",
"League": "İspanya La Liga",
"LeagueFlag": "https:\/\/cdn.nosyapi.com\/bets\/league\/flag\/es.png",
"Country": "İspanya",
"Type": 1,
"Teams": "Getafe - Real Madrid",
"Team1": "Getafe",
"Team2": "Real Madrid",
"Team1Logo": "https:\/\/cdn.nosyapi.com\/bets\/teams\/getafe.png",
"Team2Logo": "https:\/\/cdn.nosyapi.com\/bets\/teams\/real-madrid.png",
"MB": 1,
"Result": 0,
"GameResult": 0,
"LiveStatus": 1,
"BetCount": 230,
"HomeWin": 5.77,
"Draw": 3.87,
"AwayWin": 1.45,
"Under25": 1.75,
"Over25": 1.81,
"gameType": [
"Kim Kazanır",
"Alt\/Üst",
"Kombo",
"Goller",
"Skor",
"Korner\/Kart",
"Diğer"
],
"Bets": [
{
"gameID": 4632845,
"matchID": 151738,
"gameName": "Ev Sahibi Alt\/Üst 2.5",
"gameDetails": "Karşılaşmada ev sahibi takımın toplam gol sayısının tahmin edildiği oyun türüdür.",
"type": "Alt\/Üst",
"odds": [
{
"gameID": 4632845,
"odd": null,
"value": "Alt"
},
{
"gameID": 4632845,
"odd": 11.15,
"value": "Üst"
}
]
},
{
"gameID": 4632846,
"matchID": 151738,
"gameName": "İlk Yarı Karşılıklı Gol",
"gameDetails": "Karşılaşmanın \"ilk yarısında\" her iki takımın da gol bulmasına yönelik tahmin yapılan oyun türüdür.",
"type": "Kim Kazanır,Goller",
"odds": [
{
"gameID": 4632846,
"odd": 4.85,
"value": "Var"
},
{
"gameID": 4632846,
"odd": 1.08,
"value": "Yok"
}
]
},
{
"gameID": 4632847,
"matchID": 151738,
"gameName": "Deplasman Alt\/Üst 0.5",
"gameDetails": "Karşılaşmada deplasman takımının toplam gol sayısının tahmin edildiği oyun türüdür.",
"type": "Alt\/Üst",
"odds": [
{
"gameID": 4632847,
"odd": 4.97,
"value": "Alt"
},
{
"gameID": 4632847,
"odd": 1.08,
"value": "Üst"
}
]
}
]
}
]
}
|
(*) Başarılı bir sonuç (en az bir kayıt) aldığınızda toplam kredinizden düşecek miktar, sonuç sayısı kadardır. |