Public
Documentation Settings

Web API

WEB API for Yandex.Money antihackathon project.

Donation processing

POSTSends donation (with operation id)

https://www.yastream.win/api/donations

Отправка доната, если известен номер операции в системе Яндекс.Денег. Данные сразу уходят стримеру.

body

nametypedecription
operation_idvarchar(100)YM operation id
streamer_idvarchar(50)streamer's YM account
stream_idintID стрима
amountintсумма доната (к.)
typevarchar(5) Ntext/voice
text_datavarchar(500 Nтекстовое сообщение
voice_datavarbinary(max) Nголосовое сообщение
uservarchar(50) NYM account/device idпользователя
sendervarchar(50) Nникнейм пользователя
HEADERS
Content-Type

application/json

Bodyraw
{
   "operation_id": "10000",
     "stream_id": 15,
     "streamer_id" : 3,
     "type" : "text",
     "text_data" : "как весело провести лето",
     "amount" : 10000,
     "sender" : "kekos"
}
Example Request
curl
curl --location 'https://www.yastream.win/api/donations' \
--header 'Content-Type: application/json' \
--data '{
   "operation_id": "10000",
     "stream_id": 15,
     "streamer_id" : 3,
     "type" : "text",
     "text_data" : "как весело провести лето",
     "amount" : 10000,
     "sender" : "kekos"
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTSends donation (without operation id)

https://yastream.win/api/newdonations

Отправка доната во временную базу для ожидания подтвеждения

body

nametypedecription
operation_idvarchar(10)YM operation id
streamer_idvarchar(50)streamer's YM account
typevarchar(5) Ntext/voice
text_datavarchar(500 Nтекстовое сообщение
voice_datavarbinary(max) Nголосовое сообщение
amountintсумма доната (к.)
user_idbigint NID пользователя
answervarchar(300) Nответ стримера на донат
stream_idintID стрима
sendervarchar(50) Nникнейм пользователя
HEADERS
Content-Type

application/json

Bodyraw
{
    "streamer_id" : "410014245244589",
     "stream_id": 0,
     "streamerName": "joooo",
     "type" : "text",
     "text_data" : "первый пошел",
     "amount" : 100,
     "sender" : "lol_101",
     "user": "zero_user"
}
Example Request
curl
curl --location 'http://streambeta.azurewebsites.net/api/newdonations' \
--header 'Content-Type: application/json' \
--data '{
 	 "streamer_id" : "410014245244589",
     "stream_id": 0,
     "streamerName": "joooo",
     "type" : "text",
     "text_data" : "первый пошел",
     "amount" : 100,
     "sender" : "lol_101",
     "user": "zero_user"
}'
200 OK
Example Response
json
58
Cache-Control

no-cache

Content-Encoding

gzip

Content-Length

121

Content-Type

application/json; charset=utf-8

Date

Wed, 26 Jul 2017 21:55:07 GMT

Expires

-1

Pragma

no-cache

Server

Microsoft-IIS/8.0

Vary

Accept-Encoding

X-AspNet-Version

4.0.30319

X-Powered-By

ASP.NET

GETLooks up all applicant's donations

https://yastream.win/api/donations/GetAllDonations?type=user&id=1b6cfe4b-dd11-4de7-b98e-95099b28ad85

Получение информации обо всех донатах пользователя или стримера

params

nametypedecription
idvarchar(50)Yandex.Money account/Device ID
typevarchar(10)"user"/"streamer"

optional

nametypedecription
stream_idint Nиндентификатор стрима
limitint Nколичество результатов в выдаче
offsetint Nотступ

Response:

list of donations

nametypedecription
operation_idvarchar(10)YM operation id
streamer_idvarchar(50)streamer's YM account
datedatetime Ndelivery time
statusvarchar(10) Nsended/accepted/showed/answered
typevarchar(5) Ntext/voice
text_datavarchar(500 Nтекстовое сообщение
voice_datavarbinary(max) Nголосовое сообщение
amountintсумма доната (к.)
user_idbigint NID пользователя
answervarchar(300) Nответ стримера на донат
stream_idintID стрима
sendervarchar(50) Nникнейм пользователя

Additional data for user's history

nametypedecription
stream_namevarchar(50)название трансляции
channelvarchar(50)название канала
stream_logovarchar(50)логотип канала
stream_previewvarchar(50)превью трансляции
HEADERS
Content-Type

application/json

PARAMS
type

user

id

1b6cfe4b-dd11-4de7-b98e-95099b28ad85

Bodyraw
{
   "operation_id": "1234567",
     "stream_id": 5,
     "streamer_id" : "410014245244589",
     "date" : "2021-01-01 00:00:00.000",
   "type" : "text",
     "text_data" : "first donation",
     "amount" : 100,
     "user_id": 1
}
Example Request
curl
curl --location --request GET 'http://streambeta.azurewebsites.net/api/donations/GetAllDonations?type=user&id=12345678' \
--header 'Content-Type: application/json' \
--data '{
	 "operation_id": "1234567",
     "stream_id": 5,
     "streamer_id" : "410014245244589",
     "date" : "2021-01-01 00:00:00.000",
	 "type" : "text",
     "text_data" : "first donation",
     "amount" : 100,
     "user_id": 1
}'
200 OK
Example Response
json
[
  {
    "user": null,
    "operation_id": "123",
    "stream_id": 5,
    "streamer_id": "410014245244589",
    "date": "2021-01-01T00:00:00",
    "status": "recieved",
    "type": "text",
    "text_data": "first donation",
    "voice_data": null,
    "amount": 100,
    "user_id": 2,
    "answer": null,
    "sender": null
  },
  {
    "user": null,
    "operation_id": "1234568",
    "stream_id": 5,
    "streamer_id": "410014245244589",
    "date": "2021-01-01T00:00:00",
    "status": "recieved",
    "type": "text",
    "text_data": "first donation",
    "voice_data": null,
    "amount": 100,
    "user_id": 2,
    "answer": null,
    "sender": null
  }
]
Cache-Control

no-cache

Content-Encoding

gzip

Content-Length

302

Content-Type

application/json; charset=utf-8

Date

Wed, 26 Jul 2017 21:16:08 GMT

Expires

-1

Pragma

no-cache

Server

Microsoft-IIS/8.0

Vary

Accept-Encoding

X-AspNet-Version

4.0.30319

X-Powered-By

ASP.NET