gdbplus.roboticly.ai Open in urlscan Pro
52.17.81.203  Public Scan

Submitted URL: http://gdbplus.roboticly.ai/
Effective URL: https://gdbplus.roboticly.ai/
Submission: On June 21 via manual from IT — Scanned from IT

Form analysis 2 forms found in the DOM

<form id="get-form" class="pull-right">
  <fieldset>
    <div class="btn-group format-selection">
      <a class="btn btn-primary js-tooltip" href="/" rel="nofollow" title="Make a GET request on the Api Root resource">GET</a>
      <button class="btn btn-primary dropdown-toggle js-tooltip" data-toggle="dropdown" title="Specify a format for the GET request">
        <span class="caret"></span>
      </button>
      <ul class="dropdown-menu">
        <li>
          <a class="js-tooltip format-option" href="/?format=json" rel="nofollow" title="Make a GET request on the Api Root resource with the format set to `json`">json</a>
        </li>
        <li>
          <a class="js-tooltip format-option" href="/?format=api" rel="nofollow" title="Make a GET request on the Api Root resource with the format set to `api`">api</a>
        </li>
      </ul>
    </div>
  </fieldset>
</form>

/

<form class="button-form" action="/" data-method="OPTIONS">
  <button class="btn btn-primary js-tooltip" title="Make an OPTIONS request on the Api Root resource">OPTIONS</button>
</form>

Text Content

Django REST framework
 * Log in

 * Api Root

GET
 * json
 * api

OPTIONS


API ROOT

The default basic root view for DefaultRouter

GET /

HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "users": "http://gdbplus.roboticly.ai/users/",
    "groups": "http://gdbplus.roboticly.ai/groups/"
}