F1 drivers quotes
# Formula 1 quotes API v0.8.2 ##### An API that provides numerous quotes said by famous Formula 1 drivers and Formula 1 personalities. ##### Very easy to use. GET ```/``` shows all the F1 drivers or personalities who have quotes saved in this API, and their code to access them. For example: Max Verstappen's quotes: ```/quotes/verstappen```. Please, realize that there are people with the same…
F1 drivers quotes endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
List of drivers and personalities / |
Shows the list of F1 drivers and personalities who have quotes saved in this API, and their code to access them. |
| GET |
10 interesting quotes /quotes |
Gets 10 interesting quotes said by famous F1 people. |
| GET |
List of authors with photos /authors |
Shows the list of F1 drivers and personalities who have quotes saved in this API with they photos and IDs |
| GET |
Author with his photo /authors/{driverId} |
Shows the author who have quotes saved in this API with his photo and ID. |
| GET |
Driver's quotes /quotes/{driverId} |
Gets the quotes of a specific driver. |
| GET |
Driver's quotes with pagination of 10 quotes each page /quotes/{driverId}/p/{page} |
Gets 10 quotes of the driver depending on which page you input. |
| GET |
Driver's quotes by ID /quotes/{driverId}/{quoteId} |
Gets a quote by its ID. |
F1 drivers quotes pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 15 / minute |
|
| PRO | $1 / month | 30 / minute |
|
| ULTRA Recommended | $4 / month | 120 / minute |
|
| MEGA | $10 / month | 7200 / hour |
|