Football Prediction

フリーミアム
よって boggio | 更新済み vor 5 Tagen | Sports
人気

9.8 / 10

レイテンシー

1,299ms

サービスレベル

100%

Health Check

N/A

すべてのディスカッションに戻る

home-last-10 ?

Rapid account: Patricioscida
patricioscida
vor einem Jahr
Hi, 

home-last-10 (and home-away-10) endpoints aren't working for me.

I’ve tried multiple matches ids and none is working.

Is this endpoint available in the BASIC (free) plan subscription for this API ?

Thank you so much for your time 😃

Rapid account: Patricioscida
patricioscida Commented vor einem Jahr

Hey,

I’ve been trying to use different matches IDs but none would respond properly. (i.e ID 230780 -today’s Fulham vs Chelsea-).

Also tried to use the same request provided as an example in the documentation and still not working.

This is the response I get “{“data”: [], “errors”: {“id”: “No data for match_id 81930 found.”}}”

					var client = new HttpClient();
        HttpRequestMessage request;
        request = new HttpRequestMessage {
            Method = HttpMethod.Get,
            RequestUri = new Uri("https://football-prediction-api.p.rapidapi.com/api/v2/home-last-10/81930"),
            Headers =
            {
                { "X-RapidAPI-Key", "can't show this right" },
                { "X-RapidAPI-Host", "football-prediction-api.p.rapidapi.com" },
            },
        };
        using (var response = await client.SendAsync(request)) {
            response.EnsureSuccessStatusCode();
            var body = await response.Content.ReadAsStringAsync();
            var DatosUltimosDiez = JsonConvert.DeserializeObject<UltimosDiez>(body);
        }
Rapid account: Boggio Analytics
boggio-analytics Commented vor einem Jahr

Hi,

It should be available, however there is a hard quota on the number of requests you can make per month.
Please include some example requests you are trying to make.

Send a private message if you are interested in a free trial of the MEGA plan, where you won’t be limited by the quota.

ディスカッションに参加しましょう-以下にコメントを追加してください:

ログイン/サインアップして新しいコメントを投稿