|
GET |
uk-lottery/games |
1
|
Sistemde kayıtlı aktif oyunları döndürür. |
Bu endpointe ait parametreler ve curl örneğini aşağıdan görüntüleyebilirsiniz.
| Anahtar |
Örnek Değer |
Tip |
Zorunlu |
Açıklama |
| - |
- |
string |
|
|
Dört farklı api bağlantı şekli bulunmaktadır.
https://www.nosyapi.com/apiv2/service/uk-lottery/games?apiKey=APIKEY
curl --location 'https://www.nosyapi.com/apiv2/service/uk-lottery/games?apiKey=APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/uk-lottery/games' \
--header 'X-NSYP: APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/uk-lottery/games' \
--header 'Authorization: Bearer APIKEY'
{
"status": "success",
"message": "ok",
"messageTR": "ok",
"systemTime": 1786312192,
"endpoint": "uk-lottery\/games",
"rowCount": 7,
"creditUsed": 1,
"data": [
{
"gameID": 15,
"gameName": "POWERBALL"
},
{
"gameID": 16,
"gameName": "THUNDERBALL"
},
{
"gameID": 17,
"gameName": "LOTTO_HOTPICKS"
},
{
"gameID": 18,
"gameName": "SET_FOR_LIFE"
},
{
"gameID": 19,
"gameName": "EUROMILLIONS"
},
{
"gameID": 20,
"gameName": "LOTTO"
},
{
"gameID": 21,
"gameName": "EUROMILLIONS_HOTPICKS"
}
]
}
|
|
GET |
uk-lottery/game-details |
1
|
İlgili oyuna ait çekiliş tarih, ödül gibi bilgileri döndürür |
Bu endpointe ait parametreler ve curl örneğini aşağıdan görüntüleyebilirsiniz.
| Anahtar |
Örnek Değer |
Tip |
Zorunlu |
Açıklama |
| gameID |
6 |
int |
|
gameID değerine göre ilgili oyunun detaylarını döndürür. |
Dört farklı api bağlantı şekli bulunmaktadır.
https://www.nosyapi.com/apiv2/service/uk-lottery/game-details?gameID=6&apiKey=APIKEY
curl --location 'https://www.nosyapi.com/apiv2/service/uk-lottery/game-details?gameID=6&apiKey=APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/uk-lottery/game-details?gameID=6' \
--header 'X-NSYP: APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/uk-lottery/game-details?gameID=6' \
--header 'Authorization: Bearer APIKEY'
{
"status": "success",
"message": "ok",
"messageTR": "ok",
"systemTime": 1786313725,
"endpoint": "uk-lottery\/game-details",
"rowCount": 1,
"creditUsed": 1,
"data": [
{
"id": 15,
"gameName": "Powerball",
"status": "OPEN",
"gamePhase": null,
"nextDrawNo": 9,
"nextDrawDate": "2026-08-11 01:59:00",
"sellEndDate": "2026-08-10 22:55:00",
"topPrizeCents": null,
"topPrizeNonCash": "£467M",
"costPerRowCents": 400,
"rolloverCount": 0,
"raffleCodeCount": 0,
"isPrizeRollDown": false,
"rules": {
"primaryBallStart": 1,
"primaryBallEnd": 69,
"primaryPickCount": 5,
"secondaryBallName": "Powerball",
"secondaryBallStart": 1,
"secondaryBallEnd": 26,
"secondaryPickCount": 1,
"drawDays": [
"SUNDAY",
"TUESDAY",
"THURSDAY"
],
"isDoubleRound": false,
"isRafflePlayType": false
}
}
]
}
|
|
GET |
uk-lottery/draw-history |
1
|
İlgili oyun ait son 50 çekilişi döndürür. |
Bu endpointe ait parametreler ve curl örneğini aşağıdan görüntüleyebilirsiniz.
| Anahtar |
Örnek Değer |
Tip |
Zorunlu |
Açıklama |
| gameID |
6 |
int |
|
gameID değerine göre ilgili oyunun sonuç tarihlerini döndürür. |
Dört farklı api bağlantı şekli bulunmaktadır.
https://www.nosyapi.com/apiv2/service/uk-lottery/draw-history?gameID=6&apiKey=APIKEY
curl --location 'https://www.nosyapi.com/apiv2/service/uk-lottery/draw-history?gameID=6&apiKey=APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/uk-lottery/draw-history?gameID=6' \
--header 'X-NSYP: APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/uk-lottery/draw-history?gameID=6' \
--header 'Authorization: Bearer APIKEY'
{
"status": "success",
"message": "ok",
"messageTR": "ok",
"systemTime": 1786313778,
"endpoint": "uk-lottery\/draw-history",
"rowCount": 8,
"creditUsed": 1,
"data": [
{
"drawNo": 8,
"drawDate": "2026-08-09 01:59:00"
},
{
"drawNo": 7,
"drawDate": "2026-08-06 01:59:00"
},
{
"drawNo": 6,
"drawDate": "2026-08-04 01:59:00"
},
{
"drawNo": 5,
"drawDate": "2026-08-02 01:59:00"
},
{
"drawNo": 4,
"drawDate": "2026-07-30 01:59:00"
},
{
"drawNo": 3,
"drawDate": "2026-07-28 01:59:00"
},
{
"drawNo": 2,
"drawDate": "2026-07-26 01:59:00"
},
{
"drawNo": 1,
"drawDate": "2026-07-23 01:59:00"
}
]
}
|
|
GET |
uk-lottery/draw-details |
1
|
İlgili çekilişi tüm detaylarıyla verir. |
Bu endpointe ait parametreler ve curl örneğini aşağıdan görüntüleyebilirsiniz.
| Anahtar |
Örnek Değer |
Tip |
Zorunlu |
Açıklama |
| gameID |
6 |
int |
|
gameID değerine göre ilgili oyunun sonucunu verir. |
| drawID |
3196 |
int |
|
drawID değerine göre çekilişe ait sonuç detaylarını verir. |
Dört farklı api bağlantı şekli bulunmaktadır.
https://www.nosyapi.com/apiv2/service/uk-lottery/draw-details?gameID=6&drawID=3196&apiKey=APIKEY
curl --location 'https://www.nosyapi.com/apiv2/service/uk-lottery/draw-details?gameID=6&drawID=3196&apiKey=APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/uk-lottery/draw-details?gameID=6&drawID=3196' \
--header 'X-NSYP: APIKEY'
curl --location 'https://www.nosyapi.com/apiv2/service/uk-lottery/draw-details?gameID=6&drawID=3196' \
--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"
}
]
}
]
}
]
}
|
|
GET |
nosy-service/check |
0 |
Api servisinizin aktif olup/olmadığını döndürür. |
Bu endpointe ait parametreler ve curl örneğini aşağıdan görüntüleyebilirsiniz.
| Anahtar |
Örnek Değer |
Tip |
Zorunlu |
Açıklama |
| apiID |
188199922 |
int |
|
Kontrol edilecek API'nin ID'si |
Link üzerinden erişim:
Link üzerinden
https://www.nosyapi.com/apiv2/nosy-service/check?apiID=188199922&apiKey=APIKEY
curl --location 'https://www.nosyapi.com/apiv2/nosy-service/check?apiID=188199922&apiKey=APIKEY'
|
| (*) Başarılı bir sonuç (en az bir kayıt) aldığınızda toplam kredinizden düşecek miktar, sonuç sayısı kadardır. |