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
- Host: GitHub
- URL: https://github.com/chqrd/iracing-api-types
- Owner: chqrd
- Created: 2024-12-17T07:49:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T09:43:07.000Z (over 1 year ago)
- Last Synced: 2025-02-16T06:42:57.812Z (over 1 year ago)
- Topics: iracing, iracing-api
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` |