app.monand.techdatasoft.uz Open in urlscan Pro
195.66.114.209  Public Scan

Submitted URL: http://app.monand.techdatasoft.uz/
Effective URL: https://app.monand.techdatasoft.uz/
Submission: On October 01 via manual from MX — Scanned from DE

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="" data-original-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="" data-original-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="" data-original-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="" data-original-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="" data-original-title="Make an OPTIONS request on the Api Root resource">OPTIONS</button>
</form>

Text Content

Django REST framework
 * 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

{
    "categories": "http://app.monand.techdatasoft.uz/categories/",
    "products": "http://app.monand.techdatasoft.uz/products/",
    "products_by_category": "http://app.monand.techdatasoft.uz/products_by_category/",
    "review_famous": "http://app.monand.techdatasoft.uz/review_famous/",
    "review_client": "http://app.monand.techdatasoft.uz/review_client/",
    "infographics": "http://app.monand.techdatasoft.uz/infographics/",
    "news": "http://app.monand.techdatasoft.uz/news/",
    "sliders": "http://app.monand.techdatasoft.uz/sliders/",
    "blogs": "http://app.monand.techdatasoft.uz/blogs/",
    "orders": "http://app.monand.techdatasoft.uz/orders/",
    "orders_by_customer": "http://app.monand.techdatasoft.uz/orders_by_customer/",
    "order_details": "http://app.monand.techdatasoft.uz/order_details/",
    "details_by_order": "http://app.monand.techdatasoft.uz/details_by_order/",
    "order_history": "http://app.monand.techdatasoft.uz/order_history/",
    "cards": "http://app.monand.techdatasoft.uz/cards/",
    "card_by_customer": "http://app.monand.techdatasoft.uz/card_by_customer/",
    "clear_card": "http://app.monand.techdatasoft.uz/clear_card/",
    "likes": "http://app.monand.techdatasoft.uz/likes/",
    "like_by_customer": "http://app.monand.techdatasoft.uz/like_by_customer/",
    "add_order": "http://app.monand.techdatasoft.uz/add_order/",
    "phone_check": "http://app.monand.techdatasoft.uz/phone_check/",
    "users": "http://app.monand.techdatasoft.uz/users/",
    "abouts": "http://app.monand.techdatasoft.uz/abouts/",
    "partners": "http://app.monand.techdatasoft.uz/partners/"
}