Django REST framework
  • Api Root
GET
  • json
  • api

Api Root

The default basic root view for DefaultRouter

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

{
    "User_Service": "https://api.moraghebbime.com/User_Service/?format=api",
    "Writer_Service": "https://api.moraghebbime.com/Writer_Service/?format=api",
    "NewsComment_Service": "https://api.moraghebbime.com/NewsComment_Service/?format=api",
    "News_Service": "https://api.moraghebbime.com/News_Service/?format=api",
    "Supporter_Service": "https://api.moraghebbime.com/Supporter_Service/?format=api",
    "Insurance_Service": "https://api.moraghebbime.com/Insurance_Service/?format=api",
    "NewsPharagraph_Service": "https://api.moraghebbime.com/NewsPharagraph_Service/?format=api",
    "NewsTag_Service": "https://api.moraghebbime.com/NewsTag_Service/?format=api",
    "NewsDetail_Service": "https://api.moraghebbime.com/NewsDetail_Service/?format=api",
    "NewsImage_Service": "https://api.moraghebbime.com/NewsImage_Service/?format=api",
    "NewsMultimedia_Service": "https://api.moraghebbime.com/NewsMultimedia_Service/?format=api",
    "NewsMultimediaImage_Service": "https://api.moraghebbime.com/NewsMultimediaImage_Service/?format=api"
}