An open API service indexing awesome lists of open source software.

https://github.com/chqrd/iracing-api-types

Some type definitions for the iRacing API
https://github.com/chqrd/iracing-api-types

iracing iracing-api

Last synced: about 1 year ago
JSON representation

Some type definitions for the iRacing API

Awesome Lists containing this project

README

          

# iracing-api-types

This repository contains type definitions for the iRacing API (be aware that they are not complete).

| Endpoint | Type Definition |
| -------------------------------------- | ----------------------------- |
| `/data/car/get` | `car.ts` |
| `/data/carclass/get` | `car-class.ts` |
| `/data/constants/categories` | `category.ts` |
| `/data/constants/event_types` | `event-type.ts` |
| `/data/lookup/licenses` | `license.ts` |
| `/data/member/get` | `members.ts` |
| `/data/member/profile` | `member-profile.ts` |
| `/data/stats/member_career` | `member-career.ts` |
| `/data/stats/member_recent_races` | `member-recent-races.ts` |
| `/data/results/get` | `result.ts` |
| `/data/results/season_results` | `season-results.ts` |
| `/data/season/spectator_subsessionids` | `spectator-subsession-ids.ts` |
| `/data/series/stats_series` | `stats-series.ts` |
| `/data/season/spectator_subsessionids` | `spectator-subsession-ids.ts` |
| `/data/track/get"` | `track.ts` |