Skip to main content
Version: V1

Hyprace

Hyprace version 1.0

Global

All list endpoints like /grands-prix/:gpId/races is paginated. You can define the page size using pageSize parameter and fetch a specific page using pageNumber parameter.

The next example will return the 10 first races of grand prix.

/grands-prix/:gpId/races?pageSize=10&pageNumber=1

For the paging request, the max page size is 25, if the parameter is greater than 25, we set default value at 10.

The default value of pageNumber is 1. If you set 0, the APIs return badrequest with errors details.

Evolutions

We are working on many evolutions on the differents API. If you have any suggestion don't hesitate to contact us in the discussion channel : chanel

Bug

If you see a bug or a fake data in the request, don't hesitate to make a message in the channel discution: chanel

Contact

Hyprace team: support@hyprace.com