diff --git a/source/import_documentation/install-sib-server.rst b/source/import_documentation/install-sib-server.rst
index e0d33ac9fde0d8fbc9b79634b692610936a546f7..e35c7fd57c4a5b7c16e9464a97a5ffc05a96d910 100644
--- a/source/import_documentation/install-sib-server.rst
+++ b/source/import_documentation/install-sib-server.rst
@@ -153,6 +153,7 @@ Enter the identifier you've just created and you shoud see the Django admin.
 .. warning:: 
     In some case, you could get this kind of error : `no such table: djangoldp_xyz_abc`. Enter this command to solve it : `python3 manage.py migrate --run-syncdb`
 
+You should be able to get you api at `http://localhost:8000/abc/` where abc is the model of data you want to get.
 
 To update the installation
 ========================