Routing
app_api_v2_monuments
Matched route
Route Parameters
| Name | Value |
|---|---|
| local | "fr" |
Route Matching Logs
Path to match:
/v2/api/pamatky/fr
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_cruise_sortable | /admin/seznam-plaveb/seradit | Path does not match |
| 2 | app_about_add | /admin/o-praze/pridat/{id}/{locale} | Path does not match |
| 3 | app_cruise_add | /admin/seznam-plaveb/pridat/{id}/{locale} | Path does not match |
| 4 | app_admin_home | /admin/ | Path does not match |
| 5 | app_monument_add | /admin/seznam-pamatek/pridat/{id} | Path does not match |
| 6 | app_quiz_add | /admin/kviz/pridat/{id}/{locale} | Path does not match |
| 7 | app_forgot_password_request | /zaslat-heslo | Path does not match |
| 8 | app_check_email | /zaslat-heslo/check-email | Path does not match |
| 9 | app_reset_password | /zaslat-heslo/reset/{token} | Path does not match |
| 10 | app_login | /prihlasit-se | Path does not match |
| 11 | app_logout | /odhlasit-se | Path does not match |
| 12 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 13 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 14 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 15 | _wdt | /_wdt/{token} | Path does not match |
| 16 | _profiler_home | /_profiler/ | Path does not match |
| 17 | _profiler_search | /_profiler/search | Path does not match |
| 18 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 19 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 20 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 21 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 22 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 23 | _profiler_open_file | /_profiler/open | Path does not match |
| 24 | _profiler | /_profiler/{token} | Path does not match |
| 25 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 26 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 27 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 28 | app_about_index | /admin/o-praze/{locale} | Path does not match |
| 29 | app_about_delete | /admin/o-praze/smazat/{id}/ | Path does not match |
| 30 | app_about_import | /admin/o-praze/import/{lang} | Path does not match |
| 31 | app_cruise_index | /admin/seznam-plaveb/{locale} | Path does not match |
| 32 | app_cruise_delete | /admin/seznam-plaveb/smazat/{id}/ | Path does not match |
| 33 | app_cruise_import | /admin/seznam-plaveb/import/{lang} | Path does not match |
| 34 | app_media | /admin/media/ | Path does not match |
| 35 | app_meida_upload | /admin/media/upload | Path does not match |
| 36 | app_meida_show | /admin/media/seznam-medii | Path does not match |
| 37 | app_media_detail | /admin/media/seznam-medii/{id} | Path does not match |
| 38 | app_media_delete | /admin/media/seznam-medii/{id}/upravit | Path does not match |
| 39 | app_monument_index | /admin/seznam-pamatek/ | Path does not match |
| 40 | app_monument_export | /admin/seznam-pamatek/export/{lang} | Path does not match |
| 41 | app_monument_delete | /admin/seznam-pamatek/smazat/{id}/ | Path does not match |
| 42 | app_monument_import | /admin/seznam-pamatek/import/{lang} | Path does not match |
| 43 | app_quiz_index | /admin/kviz/{locale} | Path does not match |
| 44 | app_quiz_delete | /admin/kviz/smazat/{id}/ | Path does not match |
| 45 | app_quiz_import | /admin/kviz/import/{lang} | Path does not match |
| 46 | app_admin_setting | /admin/nastaveni/ | Path does not match |
| 47 | app_admin_setting_detail | /admin/nastaveni/{slug} | Path does not match |
| 48 | app_admin_setting_add | /admin/nastaveni/pridat/{typ}/{id} | Path does not match |
| 49 | app_admin_users | /admin/uzivatele/ | Path does not match |
| 50 | app_admin_users_add | /admin/uzivatele/pridat | Path does not match |
| 51 | app_admin_users_edit | /admin/uzivatele/upravit/{id} | Path does not match |
| 52 | app_admin_users_resetpassword | /admin/uzivatele/odeslat-reset-hesla/{id} | Path does not match |
| 53 | app_api_v2_about | /v2/api/o-praze/{local} | Path does not match |
| 54 | app_api_v2_cruises | /v2/api/plavby/{local} | Path does not match |
| 55 | app_api_v2_monuments | /v2/api/pamatky/{local} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.