diff --git a/src/Resources/ApiPlatformBundle/SwaggerUi/index.html.twig b/src/Resources/ApiPlatformBundle/SwaggerUi/index.html.twig
index 87bfa967ee60d93ed6e1e0b29c3caadb6970b82e..ef4cbf8eb5c1a3899cb2781883f0a8dc24122998 100644
--- a/src/Resources/ApiPlatformBundle/SwaggerUi/index.html.twig
+++ b/src/Resources/ApiPlatformBundle/SwaggerUi/index.html.twig
@@ -124,6 +124,10 @@
             <br> Build: <a href="{{ app_buildinfo_url }}">{{ app_buildinfo }}</a>
             <br> Environment: {{ app_env }}
             <br> Debug: {% if app_debug %}yes{% else %}no{% endif %}
+            <br> Host: {{ app.request.getHost() }}
+            <br> Port: {{ app.request.getPort() }}
+            <br> Scheme: {{ app.request.getScheme() }}
+            <br> IP: {{ app.request.getClientIp() }}
         </div>
     </div>
 </div>