Routing
app_api_race_get_athlete_for_bib
Matched route
Route Parameters
| Name | Value |
|---|---|
| bib | "15" |
| year | "2026" |
Route Matching Logs
Path to match:
/app/race/2026/athlete/15
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_login | /api/auth/login | Path does not match |
| 2 | api_register | /api/auth/register | Path does not match |
| 3 | api_password-expired | /api/auth/password-expired | Path does not match |
| 4 | api_set-password | /api/auth/set-password | Path does not match |
| 5 | api_app_api_auth_userforgotpassword | /api/auth/forgotten-password | Path does not match |
| 6 | api_app_api_auth_verifytoken | /api/auth/verify-token | Path does not match |
| 7 | api_refresh-from-session | /api/auth/refresh-from-session/{sessionId} | Path does not match |
| 8 | api_refresh-token | /api/auth/refresh-token | Path does not match |
| 9 | api_refresh-session | /api/auth/refresh-session | Path does not match |
| 10 | api_app_api_auth_changepasswordsecurity | /api/api/security/change-password | Path does not match |
| 11 | app_default | /{vueRouting} | Path does not match |
| 12 | app_default_phpinfo | /phpinfo | Path does not match |
| 13 | app_logout | /logout | Path does not match |
| 14 | app_application_settings_get | /app/page/section-settings | Path does not match |
| 15 | app_api_award_get_all_for_race_type | /app/award/{raceYear}/{raceType}/results | Path does not match |
| 16 | app_api_download_certificate | /app/{year}/race/{race}/download-certificate/athlete/{bib} | Path does not match |
| 17 | app_api_download_certificate_image | /app/{year}/race/download-certificate-image/athlete/{bib} | Path does not match |
| 18 | app_faq_list | /app/faq/list | Path does not match |
| 19 | app_api_gallery_get | /app/gallery/{raceYear} | Path does not match |
| 20 | app_api_gallery_categories | /app/gallery/categories | Path does not match |
| 21 | app_api_gallery_heart | /app/gallery/{id}/heart | Path does not match |
| 22 | app_api_race_get_all_results_for_race_event_id | /app/race/{year}/{raceEventId}/results | Path does not match |
| 23 | app_api_race_get_athlete_for_bib | /app/race/{year}/athlete/{bib} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.